From bd0b2eaea8db2aecd8ba6f061901d4a41a0881a2 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 20 Aug 2005 18:17:25 +0000 Subject: dup handler: added option to perform a full backup instead of an incremental one. --- etc/backup.d/example.dup | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/backup.d/example.dup b/etc/backup.d/example.dup index cd64dd5..7db7771 100644 --- a/etc/backup.d/example.dup +++ b/etc/backup.d/example.dup @@ -82,6 +82,10 @@ exclude = /home/*/.gnupg [dest] +# perform an incremental backup? (default = yes) +# if incremental = no, perform a full backup in order to start a new backup set +#incremental = yes + # how many days of data to keep ; default is 60 days. # (you can also use the time format of duplicity) # 'keep = yes' means : do not delete old data, the remote host will take care of this -- cgit v1.2.3