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}; }