X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=handlers%2Fdup.in;h=0f4e58e0a65fa466ca297a297fc68766a5583b34;hp=cae99097e814b764cacdb20d3ebfa6acb5fa2f46;hb=c18c24b4e2aebf5328a3b4adc03895f6a5dffe04;hpb=f0caa9cc1bc25a9944ceb82d33a116e14bee4632 diff --git a/handlers/dup.in b/handlers/dup.in index cae9909..0f4e58e 100644 --- a/handlers/dup.in +++ b/handlers/dup.in @@ -105,7 +105,10 @@ duplicity_sub="`echo $duplicity_version | @AWK@ -F '.' '{print $3}'`" # --sftp-command ourselves scpoptions="$sshoptions" -[ "$bandwidthlimit" == 0 ] || scpoptions="$scpoptions -l $bandwidthlimit" +if [ "$bandwidthlimit" =! 0 ]; then + [ -z "$testurl" ] || warning 'The bandwidthlimit option is not used when desturl is set.' + scpoptions="$scpoptions -l $bandwidthlimit" +fi # < 0.4.2 : only uses ssh and scp if [ "$duplicity_major" -le 0 -a "$duplicity_minor" -le 4 -a "$duplicity_sub" -lt 2 ]; then