mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 17:57:59 +00:00
Merge pull request #3343 from milkey-mouse/repo-replay-message-bp1.1
Highlight that information is obtained from security dir (1.1 backport)
This commit is contained in:
commit
b1f9bca8b9
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class RepositoryIDNotUnique(Error):
|
|||
"""Cache is newer than repository - do you have multiple, independently updated repos with same ID?"""
|
||||
|
||||
class RepositoryReplay(Error):
|
||||
"""Cache is newer than repository - this is either an attack or unsafe (multiple repos with same ID)"""
|
||||
"""Cache, or information obtained from the security directory is newer than repository - this is either an attack or unsafe (multiple repos with same ID)"""
|
||||
|
||||
class CacheInitAbortedError(Error):
|
||||
"""Cache initialization aborted"""
|
||||
|
|
Loading…
Reference in a new issue