summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-02-19 19:25:16 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-02-19 19:25:16 +0100
commit7265f6adb873289751516bb3cd3c2a7467a04cb0 (patch)
treec79db83d49ac5b634a2256d26a8f20a1dbf830ff
parent6641a9629d574a2c740d19347443cac90ac5face (diff)
quickstart docs: only borg compact frees disk space1.2.0
-rw-r--r--docs/quickstart_example.rst.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/quickstart_example.rst.inc b/docs/quickstart_example.rst.inc
index 69ed98454..abf1be6e0 100644
--- a/docs/quickstart_example.rst.inc
+++ b/docs/quickstart_example.rst.inc
@@ -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