aboutsummaryrefslogtreecommitdiffstats
path: root/system.cfg
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2017-03-18 23:49:41 +0100
committerlookshe <github@lookshe.org>2017-03-18 23:49:41 +0100
commit7d20bbf82b91017ff79cbb5977a3d32019672ffb (patch)
treea6bedaef9aca020268ec8bfdab462e46597ac475 /system.cfg
parent2f602062be06050a1a1b8010dd59b0072833cf27 (diff)
modified example configs to fit to borg backup
rotation and incremental is no longer needed due to use of borg backup removing old backups can be done with "borg prune" which will perhaps be added later with some configuration
Diffstat (limited to 'system.cfg')
-rw-r--r--system.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/system.cfg b/system.cfg
index 1986dce..15abd2e 100644
--- a/system.cfg
+++ b/system.cfg
@@ -2,14 +2,12 @@
rootdir=/
dirssingle="root etc"
backupdirsingle=system
+# use the same borg repo for all configured directories
+usesamerepo="yes"
[/general]
[root]
-rotate=10
time=1
-monthly=yes
[/root]
[etc]
-rotate=30
time=1
-monthly=yes
[/etc]