Skip to content
Snippets Groups Projects
Commit ca141752 authored by Olivier Berger's avatar Olivier Berger
Browse files

Now that there's some removal of increments for old fulls, we can keep fulls...

Now that there's some removal of increments for old fulls, we can keep fulls for a longer time, for instance 1Y which becomes default
parent 573e803a
No related branches found
No related tags found
No related merge requests found
......@@ -419,10 +419,10 @@ incremental = $dup_incremental
#increments = keep
increments = $dup_increments
# how many days of data to keep ; default is 60 days.
# how many days of data to keep ; default is 1 year.
# (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
......
......@@ -25,8 +25,13 @@ getconf exclude
setsection dest
getconf incremental yes
getconf increments 30
<<<<<<< HEAD
getconf keep 60
getconf keepincroffulls all
=======
getconf keep 1Y
getconf keepincroffulls 6
>>>>>>> Now that there's some removal of increments for old fulls, we can keep fulls for a longer time, for instance 1Y which becomes default
getconf desturl
getconf awsaccesskeyid
getconf awssecretaccesskey
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment