mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-21 18:22:42 +01:00
Updated Backup and Restore (markdown)
parent
a9d8cdb92f
commit
ff6c020951
@ -40,13 +40,12 @@
|
||||
7. As long as the paths are the same, everything will pickup 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.
|
||||
1. Re-install NzbDrone
|
||||
2. Run NzbDrone once to get the AppData directory location
|
||||
3. Stop NzbDrone
|
||||
4. Connect to the Synology NAS through SSH and login as root
|
||||
5. execute the following commands
|
||||
**CAUTION: Restoring on a Synology requires knowledge of Linux and Root SSH access to the Synology Device.**
|
||||
1. Re-install NzbDrone
|
||||
2. Run NzbDrone once to get the AppData directory location
|
||||
3. Stop NzbDrone
|
||||
4. Connect to the Synology NAS through SSH and login 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. Start NzbDrone
|
||||
cp -f /tmp/nzbdrone_backup/. /usr/local/nzbdrone/var/.config/NzbDrone/`
|
||||
6. Start NzbDrone
|
Loading…
Reference in New Issue
Block a user