btrbk: bugfix: correctly handle "incremental no" option

pull/57/head
Axel Burri 2015-09-26 19:51:38 +02:00
parent c06bca17bd
commit 370f435297
2 changed files with 3 additions and 1 deletions

View File

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

1
btrbk
View File

@ -1253,6 +1253,7 @@ sub macro_send_receive($@)
}
else {
INFO "Option \"incremental\" is not set, creating full backup";
$parent = undef;
delete $info{parent};
}