projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e1afab
)
forgot to commit minor fix to rub handler
author
micah
<micah@758a04ac-41e6-0310-8a23-8373a73cc35d>
Tue, 31 Oct 2006 05:00:13 +0000
(
05:00
+0000)
committer
micah
<micah@758a04ac-41e6-0310-8a23-8373a73cc35d>
Tue, 31 Oct 2006 05:00:13 +0000
(
05:00
+0000)
git-svn-id: http://code.autistici.org/svn/backupninja/trunk@452
758a04ac
-41e6-0310-8a23-
8373a73cc35d
handlers/rub
patch
|
blob
|
history
diff --git
a/handlers/rub
b/handlers/rub
index c68dee806b8c438d5d519d24da8a1271c1f0bf60..d2b4c4460a8718c106e2014e931f3e57281adea4 100644
(file)
--- a/
handlers/rub
+++ b/
handlers/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