From a80cbfc2494032f9dfa469700edf093bfcc1722b Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Mon, 18 Oct 2021 18:49:06 -0400 Subject: [PATCH] Fix manifest-timestamp path This is a backport of PR #6016 to the 1.1-maint branch. --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 0ce541d15..04414b547 100644 --- a/docs/faq.rst +++ b/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.