Преглед на файлове

Merge pull request #6016 from strugee/patch-1

Fix manifest-timestamp path in docs
TW преди 3 години
родител
ревизия
9b6adc1cd6
променени са 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.