aboutsummaryrefslogtreecommitdiffstats
path: root/www.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 /www.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 'www.cfg')
-rw-r--r--www.cfg8
1 files changed, 2 insertions, 6 deletions
diff --git a/www.cfg b/www.cfg
index bc272f1..e6cb40c 100644
--- a/www.cfg
+++ b/www.cfg
@@ -4,14 +4,10 @@ dirssingle="domain.tld example.com"
backupdirsingle=www
[/general]
[domain.tld]
-#daily incremental backup with monthly snapshots
-rotate=inc
+#daily backup
time=1
-monthly=yes
[/domain.tld]
[example.com]
-#backup every third day and hold 5 old versions
-rotate=5
+#backup every third day
time=3
-monthly=no
[/example.com]