فهرست منبع

Merge pull request #6017 from strugee/patch-2

Fix manifest-timestamp path
TW 3 سال پیش
والد
کامیت
81f933569d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -115,7 +115,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.