backupninja changes
handler changes
+ rdiff:
+ . Fixed ignore_version default value missing
wget:
. New handler from rhatto designed to incrementally pull content from
a website to a local folder, based on the rsync handler
getconf testconnect yes
getconf nicelevel 0
getconf bwlimit
+getconf ignore_version no
setsection source
getconf type; sourcetype=$type
test_connection $destuser $desthost
fi
-if [ $ignore_version != "yes" ]; then
+if [ "$ignore_version" != "yes" ]; then
# see that rdiff-backup has the same version at the source and destination
sourceversion=`get_version $sourceuser $sourcehost`
destversion=`get_version $destuser $desthost`