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 --- system.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'system.cfg') 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] -- cgit v1.2.3