瀏覽代碼

fix bad reference to borg compact (does not exist in 1.1), fixes #4660

introduced in 897b593ec4c362c715d630c8e25a3c5584d16e69 .
Thomas Waldmann 5 年之前
父節點
當前提交
f2a39166d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/usage/notes.rst

+ 1 - 1
docs/usage/notes.rst

@@ -245,7 +245,7 @@ mode, this is reversible, but ``borg check`` should be run before a writing/prun
 operation on an append-only repository to catch accidental or malicious corruption::
 operation on an append-only repository to catch accidental or malicious corruption::
 
 
     # run without append-only mode
     # run without append-only mode
-    borg check --verify-data repo && borg compact repo
+    borg check --verify-data repo
 
 
 Aside from checking repository & archive integrity you may want to also manually check
 Aside from checking repository & archive integrity you may want to also manually check
 backups to ensure their content seems correct.
 backups to ensure their content seems correct.