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

Adding new option

parent b5b400ac
Branches
Tags
No related merge requests found
...@@ -164,6 +164,14 @@ exclude = /var/cache/backupninja/duplicity ...@@ -164,6 +164,14 @@ exclude = /var/cache/backupninja/duplicity
## Default: ## Default:
# keep = 60 # 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 ## full destination URL, in duplicity format; if set, desturl overrides
## sshoptions, destdir, desthost and destuser; it also disables testconnect and ## sshoptions, destdir, desthost and destuser; it also disables testconnect and
## bandwithlimit. For details, see duplicity manpage, section "URL FORMAT", some ## bandwithlimit. For details, see duplicity manpage, section "URL FORMAT", some
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment