mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-23 00:07:07 +00:00
Updated Backup and Restore (markdown)
parent
632011a848
commit
bbf71a58ef
1 changed files with 4 additions and 4 deletions
|
@ -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
|
2. Run Sonarr once to get the AppData directory location
|
||||||
3. Stop Sonarr
|
3. Stop Sonarr
|
||||||
4. Connect to the Synology NAS through SSH and log in as root
|
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-*
|
rm -r /usr/local/nzbdrone/var/.config/NzbDrone/nzbdrone.db-*
|
||||||
cp -f /tmp/nzbdrone_backup/* /usr/local/nzbdrone/var/.config/NzbDrone/
|
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/
|
cd /usr/local/nzbdrone/var/.config/NzbDrone/
|
||||||
|
|
Loading…
Reference in a new issue