From 5255a6b6d18877ae0f484f9fc78c93d7e82e5129 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Tue, 31 Mar 2015 13:42:45 +0200 Subject: [PATCH] documentation: added option "resume_missing" to btrbk.conf.example --- btrbk.conf.example | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/btrbk.conf.example b/btrbk.conf.example index 8d74217..7871492 100644 --- a/btrbk.conf.example +++ b/btrbk.conf.example @@ -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