diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 430c4d120..e14347d9b 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -3226,7 +3226,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. """)