From 7d20bbf82b91017ff79cbb5977a3d32019672ffb Mon Sep 17 00:00:00 2001 From: lookshe Date: Sat, 18 Mar 2017 23:49:41 +0100 Subject: 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 --- www.cfg | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'www.cfg') 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] -- cgit v1.2.3