diff --git a/handlers/dup.in b/handlers/dup.in index b1de651f759d466e8fb475542be0e707990237e1..f9f4de424f77fbc8f6a5a7ba065563b45d7e783b 100644 --- a/handlers/dup.in +++ b/handlers/dup.in @@ -122,7 +122,6 @@ if [ "$duplicity_major" -ge 0 -a "$duplicity_minor" -ge 6 -a "$duplicity_sub" -g || warning 'duplicity >= 0.6.17 only supports the IdentityFile SSH option' fi execstr_options="${execstr_options} --ssh-options '$sshoptions'" - # FIXME: use trickle if [ "$bandwidthlimit" != 0 ]; then [ -z "$desturl" ] || warning 'The bandwidthlimit option is not used when desturl is set.' execstr_precmd="trickle -s -d $bandwidthlimit -u $bandwidthlimit"