summaryrefslogtreecommitdiff
path: root/config/debug.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug.json')
-rw-r--r--config/debug.json21
1 files changed, 21 insertions, 0 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
+ }
+}