MCPcopy
hub / github.com/borgbackup/borg / UnsupportedKeyFormatError

Class UnsupportedKeyFormatError

src/borg/crypto/key.py:75–78  ·  view source on GitHub ↗

Your Borg key is stored in an unsupported format. Try using a newer version of Borg.

Source from the content-addressed store, hash-verified

73
74
75class UnsupportedKeyFormatError(Error):
76 """Your Borg key is stored in an unsupported format. Try using a newer version of Borg."""
77
78 exit_mcode = 49
79
80
81def key_creator(repository, args, *, other_key=None):

Callers 2

_loadMethod · 0.85
decrypt_key_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected