From cb7d13395d71e6c6273fda2dda4d963b7d818a5f Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 9 Jul 2014 00:30:31 -0700 Subject: [PATCH] Restore after backup via app --- Backup-and-Restore.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Backup-and-Restore.md b/Backup-and-Restore.md index 5e7e423..9d36457 100644 --- a/Backup-and-Restore.md +++ b/Backup-and-Restore.md @@ -18,10 +18,22 @@ ## Restoring from Backup ## +#### Using zip backup #### + 1. Re-install NzbDrone 2. Run NzbDrone once to get the AppData directory location 3. Stop NzbDrone -4. Delete the contents of the AppData directory (the one created in step 2) +4. Extract the backup +5. Delete the contents of the AppData directory +6. Restore the files extracted from the zip +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 +2. Run NzbDrone once to get the AppData directory location +3. Stop NzbDrone +4. Delete the contents of the AppData directory 5. Restore from your backup 6. Start NzbDrone 7. As long as the paths are the same, everything will pickup where it left off \ No newline at end of file