From bbf71a58ef24aabab4fdd96caf6aaf32b3d73a5d Mon Sep 17 00:00:00 2001 From: "B. Rossow" Date: Sat, 26 May 2018 15:28:33 -0500 Subject: [PATCH] Updated Backup and Restore (markdown) --- Backup-and-Restore.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Backup-and-Restore.md b/Backup-and-Restore.md index 4a6dddd..fb5d841 100644 --- a/Backup-and-Restore.md +++ b/Backup-and-Restore.md @@ -35,7 +35,7 @@ _Restoring to an OS that uses different paths won't work (Windows to Linux, Linu 4. Delete the contents of the AppData directory **(Including the .db-wal/.db-journal files if they exist)** 5. Restore from your backup 6. Start Sonarr -7. As long as the paths are the same, everything will pickup where it left off +7. As long as the paths are the same, everything will pick up where it left off ### Restore for Synology NAS ### **CAUTION: Restoring on a Synology requires knowledge of Linux and Root SSH access to the Synology Device.** @@ -43,15 +43,15 @@ _Restoring to an OS that uses different paths won't work (Windows to Linux, Linu 1. Re-install Sonarr 2. Run Sonarr once to get the AppData directory location 3. Stop Sonarr -4. Connect to the Synology NAS through SSH and login as root -5. execute the following commands +4. Connect to the Synology NAS through SSH and log in as root +5. Execute the following commands: ``` rm -r /usr/local/nzbdrone/var/.config/NzbDrone/nzbdrone.db-* cp -f /tmp/nzbdrone_backup/* /usr/local/nzbdrone/var/.config/NzbDrone/ ``` -6. Then update permissions on the files +6. Update permissions on the files: ``` cd /usr/local/nzbdrone/var/.config/NzbDrone/