aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-05-06 18:49:18 +0200
committerintrigeri <intrigeri@boum.org>2010-05-06 18:53:51 +0200
commite0981ba3f0982c15a66395158954c4b2528834b3 (patch)
tree3521f598faed57b008940f6986d3994b321652e9 /examples
parentabf7a4bb651c5ec85306fca96a572dfc8a424edb (diff)
downloadbackupninja-e0981ba3f0982c15a66395158954c4b2528834b3.tar.gz
backupninja-e0981ba3f0982c15a66395158954c4b2528834b3.tar.bz2
Rephrase, reformat and sync example dup configuration.
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 ea4d66e..53039f5 100644
--- a/examples/example.dup
+++ b/examples/example.dup
@@ -147,6 +147,14 @@ exclude = /home/*/.gnupg
## Default:
# incremental = yes
+## how many days of incremental backups before doing a full backup again ;
+## default is 30 days (one can also use the time format of duplicity).
+## if increments = keep, never automatically perform a new full backup ;
+## only perform incremental backups.
+##
+## Default:
+# increments = 30
+
## 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