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
|
||||
https://borgbackup.readthedocs.io/en/stable/usage/prune.html for
|
||||
details. At least one of the "keep" options is required for pruning
|
||||
to work. See borgmatic documentation if you'd like to skip pruning
|
||||
entirely.
|
||||
to work. To skip pruning entirely, run "borgmatic create" or "check"
|
||||
without the "prune" action. See borgmatic documentation for details.
|
||||
map:
|
||||
keep_within:
|
||||
type: str
|
||||
|
|
Loading…
Reference in a new issue