瀏覽代碼

Fix manifest-timestamp path

AJ Jordan 3 年之前
父節點
當前提交
284b26f6cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -113,7 +113,7 @@ you could delete the manifest-timestamp and the local cache:
 ::
 
   borg config repo id   # shows the REPO_ID
-  rm ~/.config/borg/REPO_ID/manifest-timestamp
+  rm ~/.config/borg/security/REPO_ID/manifest-timestamp
   borg delete --cache-only REPO
 
 This is an unsafe and unsupported way to use borg, you have been warned.