2
0
Эх сурвалжийг харах

clarify what to do about the cache warning

Antoine Beaupré 9 жил өмнө
parent
commit
0d457bc846

+ 1 - 1
borg/converter.py

@@ -118,7 +118,7 @@ class AtticRepositoryConverter(Repository):
           `Cache.open()`, edit in place and then `Cache.close()` to
           `Cache.open()`, edit in place and then `Cache.close()` to
           make sure we have locking right
           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):
 class AtticKeyfileKey(KeyfileKey):
     """backwards compatible Attic key file parser"""
     """backwards compatible Attic key file parser"""