Merge pull request #6017 from strugee/patch-2

Fix manifest-timestamp path
This commit is contained in:
TW 2021-10-19 14:12:54 +02:00 committed by GitHub
commit 81f933569d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.