Encryption
Optional per-job symmetric encryption applied after compression. Currently only OpenSSL is supported.
Prerequisites
opensslmust be installed on the snapr host and available inPATH. snapr shells out to it for both encrypt and decrypt operations.- snapr uses
openssl enc -<cipher> -salt -pbkdf2 -pass env:.... The password is forwarded through an env var, never on the cmdline.
Fields
Example
The output filename gets a .enc suffix appended to the compressed extension (e.g. backup.tar.gz.enc).
Decrypt manually
snapr encrypts with -pbkdf2, so decrypt must include the same flag:
If you set a non-default cipher in the config, use the same value when decrypting.
Lose the passphrase, lose the backup. Store it somewhere outside snapr — a password manager or a separate secrets store.