From 7fa5561cbc6da9ab35dc35f0a2b3b0d60fcd9daa Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Mon, 20 Nov 2017 00:58:53 +0000 Subject: [PATCH] Highlight that information is obtained from security dir (deleting the cache will not bypass this error in the event the user knows this is a legitimate repo). --- src/borg/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/cache.py b/src/borg/cache.py index 621e2d85c..e996fa039 100644 --- a/src/borg/cache.py +++ b/src/borg/cache.py @@ -326,7 +326,7 @@ class Cache: """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"""