mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 10:49:16 +00:00
update docs to reflect that cache is converted
This commit is contained in:
parent
d4d1b414b5
commit
69040588cd
1 changed files with 3 additions and 4 deletions
|
@ -914,10 +914,9 @@ def run(self, args=None):
|
|||
$ATTIC_KEYS_DIR or ~/.attic/keys/ will also be converted and
|
||||
copied to $BORG_KEYS_DIR or ~/.borg/keys.
|
||||
|
||||
the cache files are *not* currently converted, which will
|
||||
result in a much longer backup the first time. you must run
|
||||
`borg check --repair` to rebuild those files after the
|
||||
conversion.
|
||||
the cache files are converted, but the cache layout between Borg
|
||||
and Attic changed, so it is possible the first backup after the
|
||||
conversion takes longer than expected due to the cache resync.
|
||||
|
||||
the conversion can PERMANENTLY DAMAGE YOUR REPOSITORY! Attic
|
||||
will also NOT BE ABLE TO READ THE BORG REPOSITORY ANYMORE, as
|
||||
|
|
Loading…
Reference in a new issue