浏览代码

quickstart docs: only borg compact frees disk space

Thomas Waldmann 3 年之前
父节点
当前提交
7265f6adb8
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      docs/quickstart_example.rst.inc

+ 5 - 1
docs/quickstart_example.rst.inc

@@ -50,10 +50,14 @@
 
 
     $ borg extract /path/to/repo::Monday
     $ 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
     $ borg delete /path/to/repo::Monday
 
 
+8. Recover disk space by compacting the segment files in the repo::
+
+    $ borg compact /path/to/repo
+
 .. Note::
 .. Note::
     Borg is quiet by default (it works on WARNING log level).
     Borg is quiet by default (it works on WARNING log level).
     You can use options like ``--progress`` or ``--list`` to get specific
     You can use options like ``--progress`` or ``--list`` to get specific