1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 15:56:58 +00:00

Updated Backup and Restore (markdown)

B. Rossow 2018-05-26 15:28:33 -05:00
parent 632011a848
commit bbf71a58ef

@ -44,14 +44,14 @@ _Restoring to an OS that uses different paths won't work (Windows to Linux, Linu
2. Run Sonarr once to get the AppData directory location
3. Stop Sonarr
4. Connect to the Synology NAS through SSH and log in as root
5. execute the following commands
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/