mirror of https://github.com/borgbackup/borg.git
be more clear about pruning, attic issue #132
This commit is contained in:
parent
44d1a32e60
commit
aed6cc9446
|
@ -862,6 +862,7 @@ Type "Yes I am sure" if you understand this and want to continue.\n""")
|
|||
If a prefix is set with -p, then only archives that start with the prefix are
|
||||
considered for deletion and only those archives count towards the totals
|
||||
specified by the rules.
|
||||
Otherwise, *all* archives in the repository are candidates for deletion!
|
||||
""")
|
||||
subparser = subparsers.add_parser('prune', parents=[common_parser],
|
||||
description=self.do_prune.__doc__,
|
||||
|
|
Loading…
Reference in New Issue