1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-18 20:31:47 +00:00

Merge pull request #1830 from languitar/1.0-maint

Clarify prune behavior for different archive contents
This commit is contained in:
TW 2016-11-10 21:17:13 +01:00 committed by GitHub
commit 19f6f7f146

View file

@ -1536,6 +1536,8 @@ def build_parser(self, args=None, prog=None):
considered for deletion and only those archives count towards the totals considered for deletion and only those archives count towards the totals
specified by the rules. specified by the rules.
Otherwise, *all* archives in the repository are candidates for deletion! Otherwise, *all* archives in the repository are candidates for deletion!
There is no automatic distinction between archives representing different
contents. These need to be distinguished by specifying matching prefixes.
""") """)
subparser = subparsers.add_parser('prune', parents=[common_parser], subparser = subparsers.add_parser('prune', parents=[common_parser],
description=self.do_prune.__doc__, description=self.do_prune.__doc__,