From a696eba208709ef2077dd5af30479912d892adeb Mon Sep 17 00:00:00 2001 From: Sean Carroll Date: Thu, 24 Aug 2017 21:39:59 +0100 Subject: [PATCH] Updated Backup and Restore (markdown) --- Backup-and-Restore.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Backup-and-Restore.md b/Backup-and-Restore.md index f97573e..80600a9 100644 --- a/Backup-and-Restore.md +++ b/Backup-and-Restore.md @@ -51,4 +51,12 @@ _Restoring to an OS that uses different paths won't work (Windows to Linux, Linu cp -f /tmp/nzbdrone_backup/* /usr/local/nzbdrone/var/.config/NzbDrone/ ``` -6. Start Sonarr \ No newline at end of file +6. Then update permissions on the files + + ``` + cd /usr/local/nzbdrone/var/.config/NzbDrone/ + chown -R nzbdrone:users * + chmod -R 0644 * + ``` + +7. Start Sonarr \ No newline at end of file