Your Borg key is stored in an unsupported format. Try using a newer version of Borg.
| 73 | |
| 74 | |
| 75 | class 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 | |
| 81 | def key_creator(repository, args, *, other_key=None): |
no outgoing calls
no test coverage detected