mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-24 03:15:08 -04:00
Fix manifest-timestamp path
This is a backport of PR #6016 to the 1.1-maint branch.
This commit is contained in:
parent
bed422efcf
commit
a80cbfc249
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue