mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 18:28:42 +00:00
Merge pull request #4697 from ntova/docs-benchmark-compact-clarification
docs: benchmark crud: clarify that space is used until compact
This commit is contained in:
commit
171392d1ff
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ command will create / read / update / delete some archives named borg-benchmark-
|
|||
|
||||
Make sure you have free space there, you'll need about 1GB each (+ overhead).
|
||||
|
||||
Important: The space used in the repository will **not** be freed until you run
|
||||
``borg compact``.
|
||||
|
||||
If your repository is encrypted and borg needs a passphrase to unlock the key, use:
|
||||
|
||||
BORG_PASSPHRASE=mysecret borg benchmark crud REPO PATH
|
||||
|
|
Loading…
Reference in a new issue