mirror of https://github.com/digint/btrbk
btrbk.conf.example: tidy ssh_identity, add backend_local_user
parent
a5dd4dd7b9
commit
67020797ff
|
@ -17,6 +17,13 @@
|
||||||
# Enable transaction log
|
# Enable transaction log
|
||||||
transaction_log /var/log/btrbk.log
|
transaction_log /var/log/btrbk.log
|
||||||
|
|
||||||
|
# Specify SSH private key for remote connections
|
||||||
|
ssh_identity /etc/btrbk/ssh/id_ed25519
|
||||||
|
ssh_user root
|
||||||
|
|
||||||
|
# Use sudo if btrbk or lsbtr is run by regular user
|
||||||
|
backend_local_user btrfs-progs-sudo
|
||||||
|
|
||||||
# Enable stream buffer. Adding a buffer between the sending and
|
# Enable stream buffer. Adding a buffer between the sending and
|
||||||
# receiving side is generally a good idea.
|
# receiving side is generally a good idea.
|
||||||
# NOTE: If enabled, make sure to install the "mbuffer" package!
|
# NOTE: If enabled, make sure to install the "mbuffer" package!
|
||||||
|
@ -67,12 +74,6 @@ snapshot_dir _btrbk_snap
|
||||||
#archive_preserve_min no
|
#archive_preserve_min no
|
||||||
#archive_preserve <NN>h <NN>d <NN>w <NN>m <NN>y
|
#archive_preserve <NN>h <NN>d <NN>w <NN>m <NN>y
|
||||||
|
|
||||||
# Specify SSH private key for "ssh://" volumes / targets:
|
|
||||||
#ssh_identity /etc/btrbk/ssh/id_ed25519
|
|
||||||
#ssh_user root
|
|
||||||
#ssh_compression no
|
|
||||||
#ssh_cipher_spec default
|
|
||||||
|
|
||||||
# Enable compression for remote btrfs send/receive operations:
|
# Enable compression for remote btrfs send/receive operations:
|
||||||
#stream_compress no
|
#stream_compress no
|
||||||
#stream_compress_level default
|
#stream_compress_level default
|
||||||
|
|
Loading…
Reference in New Issue