mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-21 18:22:42 +01:00
Updated Backup and Restore (markdown)
parent
3426280700
commit
a696eba208
@ -51,4 +51,12 @@ _Restoring to an OS that uses different paths won't work (Windows to Linux, Linu
|
||||
cp -f /tmp/nzbdrone_backup/* /usr/local/nzbdrone/var/.config/NzbDrone/
|
||||
```
|
||||
|
||||
6. Start Sonarr
|
||||
6. Then update permissions on the files
|
||||
|
||||
```
|
||||
cd /usr/local/nzbdrone/var/.config/NzbDrone/
|
||||
chown -R nzbdrone:users *
|
||||
chmod -R 0644 *
|
||||
```
|
||||
|
||||
7. Start Sonarr
|
Loading…
Reference in New Issue
Block a user