summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/debug.json21
-rw-r--r--config/default.json20
2 files changed, 40 insertions, 1 deletions
diff --git a/config/debug.json b/config/debug.json
new file mode 100644
index 0000000..948b432
--- /dev/null
+++ b/config/debug.json
@@ -0,0 +1,21 @@
+{
+ "backup":{
+ "backup_source":"fakeroot",
+ "borg_repos_folder":"fakeroot/var/lib/xbackup/borg",
+ "blacklist":[
+ "dev/*",
+ "lost+found/*",
+ "media/*",
+ "mnt/*",
+ "proc/*",
+ "run/*",
+ "sys/*",
+ "tmp/*"
+ ],
+ "keep-hourly":null,
+ "keep-daily":7,
+ "keep-weekly":4,
+ "keep-monthly":6,
+ "keep-yearly":null
+ }
+}
diff --git a/config/default.json b/config/default.json
index 2bfd471..fd0b5b4 100644
--- a/config/default.json
+++ b/config/default.json
@@ -1,3 +1,21 @@
{
- "test":4
+ "backup":{
+ "backup_source":"/",
+ "borg_repos_folder":"/var/lib/xbackup/borg",
+ "blacklist":[
+ "dev/*",
+ "lost+found/*",
+ "media/*",
+ "mnt/*",
+ "proc/*",
+ "run/*",
+ "sys/*",
+ "tmp/*"
+ ],
+ "keep-hourly":null,
+ "keep-daily":7,
+ "keep-weekly":4,
+ "keep-monthly":6,
+ "keep-yearly":null
+ }
}