mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-22 02:32:51 +01:00
formatting
parent
ff6c020951
commit
7c4bd903f7
@ -41,11 +41,16 @@
|
|||||||
|
|
||||||
### Restore for Synology NAS ###
|
### Restore for Synology NAS ###
|
||||||
**CAUTION: Restoring on a Synology requires knowledge of Linux and Root SSH access to the Synology Device.**
|
**CAUTION: Restoring on a Synology requires knowledge of Linux and Root SSH access to the Synology Device.**
|
||||||
|
|
||||||
1. Re-install NzbDrone
|
1. Re-install NzbDrone
|
||||||
2. Run NzbDrone once to get the AppData directory location
|
2. Run NzbDrone once to get the AppData directory location
|
||||||
3. Stop NzbDrone
|
3. Stop NzbDrone
|
||||||
4. Connect to the Synology NAS through SSH and login as root
|
4. Connect to the Synology NAS through SSH and login 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/`
|
```
|
||||||
|
rm -r /usr/local/nzbdrone/var/.config/NzbDrone/nzbdrone.db-*
|
||||||
|
cp -f /tmp/nzbdrone_backup/. /usr/local/nzbdrone/var/.config/NzbDrone/
|
||||||
|
```
|
||||||
|
|
||||||
6. Start NzbDrone
|
6. Start NzbDrone
|
Loading…
Reference in New Issue
Block a user