diff options
Diffstat (limited to 'config/debug.json')
-rw-r--r-- | config/debug.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/debug.json b/config/debug.json index 8f68241..0a0e6d2 100644 --- a/config/debug.json +++ b/config/debug.json @@ -1,7 +1,9 @@ { - "backup":{ - "backup_source":"fakeroot", - "borg_repos_folder":"fakeroot/var/lib/xbackup/borg", + "generic":{ + "borg_repos_folder":"fakeroot/var/lib/xbackup/borg" + }, + "paths":{ + "backup_root":"fakeroot", "blacklist":[ "dev/*", "lost+found/*", |