Updated Backup and Restore (markdown)

Sean Carroll 2017-08-24 21:39:59 +01:00
parent 3426280700
commit a696eba208
1 changed files with 9 additions and 1 deletions

@ -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
6. Then update permissions on the files
```
cd /usr/local/nzbdrone/var/.config/NzbDrone/
chown -R nzbdrone:users *
chmod -R 0644 *
```
7. Start Sonarr