From 7ae76962f9249e94c4567493301dc049c5160fbe Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 12 Apr 2022 18:10:44 +0200 Subject: [PATCH] docs: borg compact --cleanup-commits also runs a normal compaction, fixes #6324 --- src/borg/archiver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 81677b04a..5abc1a789 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -3424,7 +3424,8 @@ class Archiver: After upgrading borg (server) to 1.2+, you can use ``borg compact --cleanup-commits`` to clean up the numerous 17byte commit-only segments that borg 1.1 did not clean up - due to a bug. It is enough to do that once per repository. + due to a bug. It is enough to do that once per repository. After cleaning up the + commits, borg will also do a normal compaction. See :ref:`separate_compaction` in Additional Notes for more details. """)