1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 08:16:54 +00:00

Merge pull request #6016 from strugee/patch-1

Fix manifest-timestamp path in docs
This commit is contained in:
TW 2021-10-18 17:10:20 +02:00 committed by GitHub
commit 9b6adc1cd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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