From 0d457bc8466e9fbbdb7f069f8707ea93333ce4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 1 Oct 2015 11:25:12 -0400 Subject: [PATCH] clarify what to do about the cache warning --- borg/converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg/converter.py b/borg/converter.py index b662c1a32..04dd911a7 100644 --- a/borg/converter.py +++ b/borg/converter.py @@ -118,7 +118,7 @@ class AtticRepositoryConverter(Repository): `Cache.open()`, edit in place and then `Cache.close()` to make sure we have locking right """ - raise NotImplementedError('cache conversion not implemented, next borg backup will take longer to rebuild those caches') + raise NotImplementedError('cache conversion not implemented, next borg backup will take longer to rebuild those caches. use borg check --repair to rebuild now') class AtticKeyfileKey(KeyfileKey): """backwards compatible Attic key file parser"""