From aed6cc944652dd8745a43bb1aa03f029ca6b39a3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 19 Sep 2015 16:58:02 +0200 Subject: [PATCH] be more clear about pruning, attic issue #132 --- borg/archiver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/borg/archiver.py b/borg/archiver.py index a6b5acdd4..e393fad0d 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -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__,