From bd33dd430013a1ddd2e605229bd408141299faa1 Mon Sep 17 00:00:00 2001
From: github-actions
Date: Thu, 4 Jan 2024 08:35:43 +0000
Subject: [PATCH] [#306] Automated content build
---
404.html | 2 +-
about/_print/index.html | 2 +-
about/features/index.html | 2 +-
about/index.html | 2 +-
about/motivation/index.html | 2 +-
about/overview/index.html | 2 +-
categories/index.html | 2 +-
community/_print/index.html | 2 +-
community/index.html | 2 +-
docs/_print/index.html | 2 +-
docs/concepts/_print/index.html | 2 +-
docs/concepts/aws-connector/index.html | 2 +-
docs/concepts/container-management/index.html | 2 +-
docs/concepts/file-upload/index.html | 2 +-
docs/concepts/index.html | 2 +-
docs/concepts/software-update/index.html | 2 +-
docs/concepts/suite-connector/index.html | 2 +-
docs/getting-started/_print/index.html | 2 +-
docs/getting-started/hono/index.html | 2 +-
docs/getting-started/index.html | 2 +-
docs/getting-started/install/index.html | 2 +-
docs/how-to-guides/_print/index.html | 2 +-
docs/how-to-guides/backup-restore-files/index.html | 2 +-
docs/how-to-guides/bootstrap-device/index.html | 2 +-
docs/how-to-guides/index.html | 2 +-
docs/how-to-guides/monitor-system-metrics/index.html | 2 +-
docs/how-to-guides/update-software/index.html | 2 +-
docs/how-to-guides/upload-files/index.html | 2 +-
docs/index.html | 2 +-
docs/references/_print/index.html | 2 +-
docs/references/connectivity/_print/index.html | 2 +-
docs/references/connectivity/aws-connector-config/index.html | 2 +-
docs/references/connectivity/index.html | 2 +-
.../connectivity/suite-bootstrapping-config/index.html | 2 +-
docs/references/connectivity/suite-connector-config/index.html | 2 +-
docs/references/containers/_print/index.html | 2 +-
docs/references/containers/container-config/index.html | 2 +-
docs/references/containers/container-manager-config/index.html | 2 +-
docs/references/containers/index.html | 2 +-
docs/references/file-backup-config/index.html | 2 +-
docs/references/file-upload-config/index.html | 2 +-
docs/references/index.html | 2 +-
docs/references/local-digital-twins-config/index.html | 2 +-
docs/references/software-update-config/index.html | 2 +-
docs/references/system-metrics-config/index.html | 2 +-
index.html | 2 +-
search/index.html | 2 +-
tags/index.html | 2 +-
year/index.html | 2 +-
49 files changed, 49 insertions(+), 49 deletions(-)
diff --git a/404.html b/404.html
index 7bc7ebc6..d297aae3 100644
--- a/404.html
+++ b/404.html
@@ -2,7 +2,7 @@
Element not found
The web address you entered is not a functioning page on our site.
sudo rm -r -f /var/tmp/suite-bootstrapping/
Stop suite bootstrapping service and restart suite connector service by executing:
sudo systemctl stop suite-bootstrapping.service && \
sudo systemctl restart suite-connector.service
-
© 2023 The Eclipse Kanto™ Project. All Rights Reserved.
+
© 2024 The Eclipse Kanto™ Project. All Rights Reserved.
diff --git a/docs/how-to-guides/backup-restore-files/index.html b/docs/how-to-guides/backup-restore-files/index.html
index e2799e6d..a1d04134 100644
--- a/docs/how-to-guides/backup-restore-files/index.html
+++ b/docs/how-to-guides/backup-restore-files/index.html
@@ -71,7 +71,7 @@
will be downloaded from:python3 hono_commands_fb.py restore -t demo -d demo:device -h localhost
Verify
You can check out that the original file is restored by executing the following command:
cat /var/tmp/file-backup/data.txt
This should produce This is the first line in the file!
as an output.
Clean up
Stop servefile
and clean up its working directory.
-Remove the data.txt
file from the /var/tmp/file-backup
directory.
Last modified October 12, 2022