aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOlivier Berger <oberger@ouvaton.org>2011-04-25 22:49:57 +0200
committerOlivier Berger <oberger@ouvaton.org>2011-04-25 22:49:57 +0200
commit3e60fd37de03d211bd6553991df4f6929526841a (patch)
tree577b48c151b3ac1e89c8e3e37b50cf314cb97887 /examples
parentb5b400aca66412bd026be2918b5d65f016661948 (diff)
downloadbackupninja-3e60fd37de03d211bd6553991df4f6929526841a.tar.gz
backupninja-3e60fd37de03d211bd6553991df4f6929526841a.tar.bz2
Adding new option
Diffstat (limited to 'examples')
-rw-r--r--examples/example.dup8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/example.dup b/examples/example.dup
index cc64790..5e6b424 100644
--- a/examples/example.dup
+++ b/examples/example.dup
@@ -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