From db6ffe1610cb504d97fe7b91356d3c7cac573e29 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 9 Jul 2014 00:27:29 -0700 Subject: [PATCH] Backup via app --- Backup-and-Restore.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Backup-and-Restore.md b/Backup-and-Restore.md index 975168d..5e7e423 100644 --- a/Backup-and-Restore.md +++ b/Backup-and-Restore.md @@ -1,12 +1,19 @@ ## Backing up NzbDrone ## +#### Using built-in backup #### + +1. Go to System: Backup in the drone UI +2. Click the Backup button +3. Download the zip after the backup is created for safe keeping + +#### Using file system directly #### 1. Find the location of the AppData directory for NzbDrone - - Via the WebUI go to System: Info + - Via the drone UI go to System: Info - Defaults - Windows - C:\ProgramData\NzbDrone - Ubuntu - \home\user\\.config\NzbDrone -2. Stop NzbDrone - Not mandatory, but will prevent write locks +2. Stop NzbDrone - This will prevent the database from being corrupted 3. Copy the contents to a safe location ## Restoring from Backup ##