diff options
Diffstat (limited to 'config/default.json')
-rw-r--r-- | config/default.json | 20 |
1 files changed, 19 insertions, 1 deletions
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 + } } |