mirror of
https://github.com/restic/restic.git
synced 2024-12-25 09:18:55 +00:00
Merge pull request #3335 from cyounkins/patch-1
prune --max-unused does not limit metadata repacking
This commit is contained in:
commit
4c61825249
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ The ``prune`` command accepts the following options:
|
||||||
unused files. This means that as long as some data is still used within
|
unused files. This means that as long as some data is still used within
|
||||||
a file stored in the repo, restic will just leave it there. Use this if
|
a file stored in the repo, restic will just leave it there. Use this if
|
||||||
you want to minimize the time and bandwidth used by the ``prune``
|
you want to minimize the time and bandwidth used by the ``prune``
|
||||||
operation.
|
operation. Note that metadata will still be repacked.
|
||||||
|
|
||||||
Restic tries to repack as little data as possible while still ensuring this
|
Restic tries to repack as little data as possible while still ensuring this
|
||||||
limit for unused data.
|
limit for unused data.
|
||||||
|
|
Loading…
Reference in a new issue