mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
Fix option name, and revert defaults to previous settings
This commit is contained in:
parent
6ab6f3907f
commit
b5b400aca6
@ -419,27 +419,21 @@ incremental = $dup_incremental
|
||||
#increments = keep
|
||||
increments = $dup_increments
|
||||
|
||||
# how many days of data to keep ; default is 1 year.
|
||||
# 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
|
||||
#keep = 60
|
||||
#keep = 1Y
|
||||
#keep = yes
|
||||
keep = $dup_keep
|
||||
|
||||
# for how many full backups do we keep their later increments ;
|
||||
# default is 6.
|
||||
# increments for older full backups will be deleted : only the more
|
||||
# recent ones will be kept
|
||||
#keepincrofulls = 6
|
||||
keepincrofulls = $dup_keepincroffulls
|
||||
|
||||
# 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
|
||||
#keepincrofulls = all
|
||||
#keepincrofulls = 6
|
||||
keepincrofulls = $dup_keepincroffulls
|
||||
#keepincroffulls = all
|
||||
#keepincroffulls = 6
|
||||
keepincroffulls = $dup_keepincroffulls
|
||||
|
||||
# full destination URL, in duplicity format; if set, desturl overrides
|
||||
# sshoptions, destdir, desthost and destuser; it also disables testconnect and
|
||||
|
Loading…
Reference in New Issue
Block a user