diff options
author | intrigeri <intrigeri@boum.org> | 2010-05-06 18:49:18 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-05-06 18:53:51 +0200 |
commit | e0981ba3f0982c15a66395158954c4b2528834b3 (patch) | |
tree | 3521f598faed57b008940f6986d3994b321652e9 /handlers | |
parent | abf7a4bb651c5ec85306fca96a572dfc8a424edb (diff) | |
download | backupninja-e0981ba3f0982c15a66395158954c4b2528834b3.tar.gz backupninja-e0981ba3f0982c15a66395158954c4b2528834b3.tar.bz2 |
Rephrase, reformat and sync example dup configuration.
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/dup.helper.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in index 4ac33d7..47f4469 100644 --- a/handlers/dup.helper.in +++ b/handlers/dup.helper.in @@ -408,10 +408,10 @@ EOF # if incremental = no, perform a full backup in order to start a new backup set incremental = $dup_incremental -# how many days of incremental backups before doing a full backup again ; default is 30 days. -# (you can also use the time format of duplicity) -# if 'increments = keep' is set : do not start another full backup, -# but keep doing incremental backups +# 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. #increments = 30 #increments = keep increments = $dup_increments |