Clarify schema documentation about skipping pruning.
This commit is contained in:
parent
8306b758e8
commit
a23083f737
1 changed files with 2 additions and 2 deletions
|
@ -329,8 +329,8 @@ map:
|
||||||
Retention policy for how many backups to keep in each category. See
|
Retention policy for how many backups to keep in each category. See
|
||||||
https://borgbackup.readthedocs.io/en/stable/usage/prune.html for
|
https://borgbackup.readthedocs.io/en/stable/usage/prune.html for
|
||||||
details. At least one of the "keep" options is required for pruning
|
details. At least one of the "keep" options is required for pruning
|
||||||
to work. See borgmatic documentation if you'd like to skip pruning
|
to work. To skip pruning entirely, run "borgmatic create" or "check"
|
||||||
entirely.
|
without the "prune" action. See borgmatic documentation for details.
|
||||||
map:
|
map:
|
||||||
keep_within:
|
keep_within:
|
||||||
type: str
|
type: str
|
||||||
|
|
Loading…
Reference in a new issue