Updated Backup and Restore (markdown)

dorbian 2014-10-01 16:50:03 -07:00
parent a9d8cdb92f
commit ff6c020951
1 changed files with 8 additions and 9 deletions

@ -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