From 7d45ebef2d0d2fc3eda5ea46aa5f767e59e918d7 Mon Sep 17 00:00:00 2001 From: TheYOSH Date: Thu, 12 Sep 2024 21:08:55 +0200 Subject: [PATCH] Backup some more --- docs/_faq/backup.md | 4 +++- docs/_faq/restoring.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_faq/backup.md b/docs/_faq/backup.md index 3d7e5ca43..e8986619b 100644 --- a/docs/_faq/backup.md +++ b/docs/_faq/backup.md @@ -9,9 +9,11 @@ case of SD card corruption or any other reason that you have to reinstall the software. So here is a list of files that should be saved at a regular basis: - data/\* - Here is the database and calendar data stored -- log/logging.custom.cfg (optional) +- media/\* - Here are all the uploaded files like enclosure images or audio + files stored - webcam/archive/\* (optional) - Here you can find all the archived images of the used webcams +- log/logging.custom.cfg (optional) ### Warning diff --git a/docs/_faq/restoring.md b/docs/_faq/restoring.md index 96bb7443c..24eef04dd 100644 --- a/docs/_faq/restoring.md +++ b/docs/_faq/restoring.md @@ -11,6 +11,8 @@ steps. If the backup has become corrupted, follow - [Shutdown]({% link _faq/systemd.md %}#stop) TerrariumPI - Remove the old files in `data` if there are any. `rm data/*` - Place the backup files in the `data` folder. +- Remove the old files in `media` if there are any. `rm media/*` +- Place the backup files in the `media` folder. - Place custom logging or webcam archives back in place if needed. - [Start]({% link _faq/systemd.md %}#start) TerrariumPI