mirror of https://github.com/digint/btrbk
Example:
Manually create a key:
# KEYFILE=/some/secure/place/btrbk.key
# dd if=/dev/urandom bs=1 count=32 | od -x -A n | tr -d "[:space:]" > $KEYFILE
btrbk.conf:
volume /mnt/btr_pool
incremental no
raw_target_encrypt openssl_enc
openssl_ciphername aes-256-cbc
openssl_iv_size 16 # NOTE: set to "no" if no IV is needed by the selected cipher
openssl_keyfile /some/secure/place/btrbk.key
subvolume home
target raw ssh://cloud.example.com/backup
|
||
|---|---|---|
| .. | ||
| FAQ.md | ||
| btrbk.1 | ||
| btrbk.conf.5 | ||
| ssh_filter_btrbk.1 | ||
| upgrade_to_v0.23.0.md | ||