While testing 2.0.0b22, both borg2 repo-list --from-borg1 and borg2 transfer --from-borg1 emit the following warning with a Borg 1 repo:
Cannot verify integrity of /run/media/daniel/prometheus/Borg/index.1597: Unknown algorithm 'XXH64'
xxh64 was removed in favor of sha256 in #9672, but existing Borg 1 repositories naturally still use the legacy algorithm.
Is this warning expected and safe to ignore when accessing a Borg 1 repository via --from-borg1?
If so, would it make sense to downgrade this message from warning to info/debug (perhaps only when --from-borg1 is used), since users cannot do anything about it?
While testing 2.0.0b22, both
borg2 repo-list --from-borg1andborg2 transfer --from-borg1emit the following warning with a Borg 1 repo:xxh64was removed in favor ofsha256in #9672, but existing Borg 1 repositories naturally still use the legacy algorithm.Is this warning expected and safe to ignore when accessing a Borg 1 repository via
--from-borg1?If so, would it make sense to downgrade this message from warning to info/debug (perhaps only when
--from-borg1is used), since users cannot do anything about it?