how to verify repo auth/encryption config? #9253
-
|
I'm operating with repos that were created some decade ago. How to verify what config I initiated them with, e.g. are they encrypted or merely authenticated? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You could look into
Then have a look into our changelog for compatibility and upgrade notes. Also check the github releases page, where you can find "fat binary" releases for many borg versions (they include everything needed, you only need to care for glibc compatibility on linux). If you have a matching and working borg binary, you can use 2016-03-05 was the release date of borg 1.0.0 (which was a major release with some incompatible changes), see: https://github.com/borgbackup/borg/blob/1.0.0/docs/changes.rst |
Beta Was this translation helpful? Give feedback.
-
|
Okay, given there's a |
Beta Was this translation helpful? Give feedback.
You could look into
repo_directory/:configfile. is there a crypto key blob?repokeymode, at least authenticated, maybe encrypted.keyfilemode if encrypted or authenticated. or it is neither authenticated nor encrypted (some ancient versions had a crypto mode that derived the AES key directly and only from the passphrase).repokeymode) or in t…