]> gitweb.fluxo.info Git - backupninja.git/commitdiff
Adding new option
authorOlivier Berger <oberger@ouvaton.org>
Mon, 25 Apr 2011 20:49:57 +0000 (22:49 +0200)
committerOlivier Berger <oberger@ouvaton.org>
Mon, 25 Apr 2011 20:49:57 +0000 (22:49 +0200)
examples/example.dup

index cc64790a19ea094937793ef80dc0eabc6c583648..5e6b424cd70246efc7e8de494c52428fedb8d00a 100644 (file)
@@ -164,6 +164,14 @@ exclude = /var/cache/backupninja/duplicity
 ## Default:
 # keep = 60
 
+# for how many full backups do we keep their later increments ;
+# default is all (keep all increments).
+# increments for older full backups will be deleted : only the more
+# recent ones (count provided) will be kept
+#
+## Default:
+# keepincroffulls = all
+
 ## full destination URL, in duplicity format; if set, desturl overrides
 ## sshoptions, destdir, desthost and destuser; it also disables testconnect and
 ## bandwithlimit. For details, see duplicity manpage, section "URL FORMAT", some