mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
dup: fixed bandwidth vs desturl testing
This commit is contained in:
parent
f45803230a
commit
1b991d6c15
@ -107,7 +107,7 @@ duplicity_sub="`echo $duplicity_version | @AWK@ -F '.' '{print $3}'`"
|
||||
|
||||
scpoptions="$sshoptions"
|
||||
if [ "$bandwidthlimit" != 0 ]; then
|
||||
[ -z "$testurl" ] || warning 'The bandwidthlimit option is not used when desturl is set.'
|
||||
[ -z "$desturl" ] || warning 'The bandwidthlimit option is not used when desturl is set.'
|
||||
scpoptions="$scpoptions -l $bandwidthlimit"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user