dup handler: added option to perform a full backup instead of an incremental one.
[matthijs/upstream/backupninja.git] / etc / backup.d / example.dup
index cd64dd5b6452deb537be5062273a74b74cc6f58e..7db77710c755167cb68634c69604d2ef05a99a68 100644 (file)
@@ -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