mirror of
https://github.com/restic/restic.git
synced 2025-10-27 22:55:45 +00:00
prune: allow --repack-smaller-than independently of --repack-small
This commit is contained in:
@@ -466,10 +466,9 @@ The ``prune`` command accepts the following options:
|
||||
- ``--repack-small`` if set will repack pack files below 80% of target pack size.
|
||||
The default value is false.
|
||||
|
||||
- ``--repack-smaller-than`` in conjunction with ``--repack-small`` will repack all
|
||||
packfiles below the size of ``--repack-smaller-than``. This will allow to repack
|
||||
packfiles which initially came from a repository with a smaller ``--pack-size``
|
||||
to be compacted into larger packfiles.
|
||||
- ``--repack-smaller-than`` will repack all packfiles below the size of
|
||||
``--repack-smaller-than``. This allows repacking packfiles that initially came from a
|
||||
repository with a smaller ``--pack-size`` to be compacted into larger packfiles.
|
||||
|
||||
- ``--dry-run`` only show what ``prune`` would do.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user