mirror of https://github.com/digint/btrbk
documentation: added option "resume_missing" to btrbk.conf.example
parent
bd219b7373
commit
5255a6b6d1
|
@ -16,13 +16,16 @@
|
|||
#
|
||||
snapshot_dir _btrbk_snap
|
||||
|
||||
# Always create snapshots, even if the target volume is unreachable
|
||||
snapshot_create_always yes
|
||||
|
||||
# Perform incremental backups (set to "strict" if you want to prevent
|
||||
# creation of initial backups if no parent is found)
|
||||
incremental yes
|
||||
|
||||
# Always create snapshots, even if the target volume is unreachable
|
||||
snapshot_create_always yes
|
||||
|
||||
# Resume missing backups of snapshots
|
||||
resume_missing yes
|
||||
|
||||
# ssh key for ssh volumes/targets
|
||||
ssh_identity /etc/btrbk/ssh/id_ed25519
|
||||
ssh_user root
|
||||
|
|
Loading…
Reference in New Issue