Syno app data path

markus101 2014-10-01 16:10:41 -07:00
parent a7c94a920d
commit 2588d148a5
1 changed files with 39 additions and 38 deletions

@ -1,39 +1,40 @@
## Backing up NzbDrone ## ## Backing up NzbDrone ##
#### Using built-in backup #### #### Using built-in backup ####
1. Go to System: Backup in the drone UI 1. Go to System: Backup in the drone UI
2. Click the Backup button 2. Click the Backup button
3. Download the zip after the backup is created for safe keeping 3. Download the zip after the backup is created for safe keeping
#### Using file system directly #### #### Using file system directly ####
1. Find the location of the AppData directory for NzbDrone 1. Find the location of the AppData directory for NzbDrone
- Via the drone UI go to System: Info - Via the drone UI go to System: Info
- Defaults - Defaults
- Windows - C:\ProgramData\NzbDrone - Windows - C:\ProgramData\NzbDrone
- Ubuntu - \home\user\\.config\NzbDrone - Ubuntu - /home/user/.config/NzbDrone
- Synology - /usr/local/nzbdrone/var/.config/NzbDrone
2. Stop NzbDrone - This will prevent the database from being corrupted
3. Copy the contents to a safe location 2. Stop NzbDrone - This will prevent the database from being corrupted
3. Copy the contents to a safe location
## Restoring from Backup ##
## Restoring from Backup ##
#### Using zip backup ####
#### Using zip backup ####
1. Re-install NzbDrone
2. Run NzbDrone once to get the AppData directory location 1. Re-install NzbDrone
3. Stop NzbDrone 2. Run NzbDrone once to get the AppData directory location
4. Extract the backup 3. Stop NzbDrone
5. Delete the contents of the AppData directory 4. Extract the backup
6. Restore the files extracted from the zip 5. Delete the contents of the AppData directory
7. Start NzbDrone 6. Restore the files extracted from the zip
8. As long as the paths are the same, everything will pickup where it left off 7. Start NzbDrone
8. As long as the paths are the same, everything will pickup where it left off
#### Using file system backup ####
1. Re-install NzbDrone #### Using file system backup ####
2. Run NzbDrone once to get the AppData directory location 1. Re-install NzbDrone
3. Stop NzbDrone 2. Run NzbDrone once to get the AppData directory location
4. Delete the contents of the AppData directory 3. Stop NzbDrone
5. Restore from your backup 4. Delete the contents of the AppData directory
6. Start NzbDrone 5. Restore from your backup
6. Start NzbDrone
7. As long as the paths are the same, everything will pickup where it left off 7. As long as the paths are the same, everything will pickup where it left off