Thanks to Ian Beckwith <ianb@erislabs.net> for the patch.
Matthew Palmer <mpalmer@debian.org> -- halt loglevel feature
dan@garthwaite.org -- reportspace bugfix
Tuomas Jormola <tj@solitudo.net> -- "when = manual" option
+Ian Beckwith <ianb@erislabs.net> -- dup bandwidthlimit fix
. New lvm option (default=disabled) to backup LVM metadata for every
detected volume group.
. Backup dmsetup info as well, for easier restoring of Luks headers.
+ dup:
+ . Fixed bandwidthlimit syntax error. Thanks to Ian Beckwith for
+ the patch.
version 0.9.6 -- July 21, 2008
backupninja changes
# --sftp-command ourselves
scpoptions="$sshoptions"
-if [ "$bandwidthlimit" =! 0 ]; then
+if [ "$bandwidthlimit" != 0 ]; then
[ -z "$testurl" ] || warning 'The bandwidthlimit option is not used when desturl is set.'
scpoptions="$scpoptions -l $bandwidthlimit"
fi