mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
clarify what to do about the cache warning
This commit is contained in:
parent
946aca97a1
commit
0d457bc846
1 changed files with 1 additions and 1 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue