From 370f435297965a0955d546cd9b3d094569c621d6 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 26 Sep 2015 19:51:38 +0200 Subject: [PATCH] btrbk: bugfix: correctly handle "incremental no" option --- ChangeLog | 3 ++- btrbk | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 959c226..9c983fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,8 +8,9 @@ btrbk-current * Added configuration option "ssh_cipher_spec" (close: #47). * Added "target raw", with GnuPG and compression support (experimental). + * Bugfix: correctly handle "incremental no" option. * Hardened ssh_filter_btrbk.sh script: fine-grained access control, - restrict-path option, sudo option (close: #45) + restrict-path option, sudo option (close: #45). btrbk-0.20.0 diff --git a/btrbk b/btrbk index fbec265..41c3eb2 100755 --- a/btrbk +++ b/btrbk @@ -1253,6 +1253,7 @@ sub macro_send_receive($@) } else { INFO "Option \"incremental\" is not set, creating full backup"; + $parent = undef; delete $info{parent}; }