documentation: added option "resume_missing" to btrbk.conf.example

pull/30/head
Axel Burri 2015-03-31 13:42:45 +02:00
parent bd219b7373
commit 5255a6b6d1
1 changed files with 6 additions and 3 deletions

View File

@ -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