commit d9d2caedcd4908f7e16a7342eec0267489b951b5
parent f78f52af1c7701b7bb25d72cde6231ed758b6d72
Author: sin <sin@2f30.org>
Date: Thu, 28 Nov 2013 15:01:22 +0000
Remove --partial from rsync
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/itor b/itor
@@ -61,4 +61,4 @@ done < $listing
quote() { printf %s\\n "$1" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/'/" ; }
quoted=$(quote "$rdir/$f")
-rsync --partial --progress -av -e ssh $host:"$quoted" "$ldir"
+rsync --progress -av -e ssh $host:"$quoted" "$ldir"