1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-31 20:26:40 +00:00

quickstart docs: only borg compact frees disk space

This commit is contained in:
Thomas Waldmann 2022-02-19 19:25:16 +01:00
parent 6641a9629d
commit 7265f6adb8

View file

@ -50,10 +50,14 @@
$ borg extract /path/to/repo::Monday
7. Recover disk space by manually deleting the *Monday* archive::
7. Delete the *Monday* archive (please note that this does **not** free repo disk space)::
$ borg delete /path/to/repo::Monday
8. Recover disk space by compacting the segment files in the repo::
$ borg compact /path/to/repo
.. Note::
Borg is quiet by default (it works on WARNING log level).
You can use options like ``--progress`` or ``--list`` to get specific