diff options
Diffstat (limited to 'backupninja')
-rw-r--r-- | backupninja/rub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backupninja/rub b/backupninja/rub index c68dee80..d2b4c446 100644 --- a/backupninja/rub +++ b/backupninja/rub @@ -204,7 +204,7 @@ if [ "$from" == "remote" ]; then rsync_remote_options="$rsync_remote_options --compress" fi - fi [ ! -z "$bandwidthlimit" ]; then + if [ ! -z "$bandwidthlimit" ]; then rsync_remote_options="$rsync_remote_options --bwlimit=$bandwidthlimit" fi |