summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/debug.json8
-rw-r--r--config/default.json8
2 files changed, 10 insertions, 6 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/*",
diff --git a/config/default.json b/config/default.json
index 5285bf4..ecb6ce9 100644
--- a/config/default.json
+++ b/config/default.json
@@ -1,7 +1,9 @@
{
- "backup":{
- "backup_source":"/",
- "borg_repos_folder":"/var/lib/xbackup/borg",
+ "generic":{
+ "borg_repos_folder":"/var/lib/xbackup/borg"
+ },
+ "paths":{
+ "backup_root":"/",
"blacklist":[
"dev/*",
"lost+found/*",