rsync: -`--block-size'
authorlace <>
Mon, 24 Dec 2007 20:48:28 +0000 (20:48 +0000)
committerlace <>
Mon, 24 Dec 2007 20:48:28 +0000 (20:48 +0000)
 - It should be automatic otherwise, I no longer transfer disk images.

.bashrc

diff --git a/.bashrc b/.bashrc
index 9871576..778f3db 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -221,7 +221,7 @@ function finame { find . -false `
        `; }; export -f finame
 function mkcd { mkdir -p "$1"; cd "$1"; }; export -f mkcd
 function pushdmk { mkdir -p "$1"; pushd "$1"; }; export -f pushdmk
-function rsync {(unset rsync; rsync -v -e ssh --progress --stats --partial --block-size=512 "$@"; );}; export -f rsync
+function rsync {(unset rsync; rsync -v -e ssh --progress --stats --partial "$@"; );}; export -f rsync
 function tohex { od -An -txC|tr -d '\n '|tr 'a-f' 'A-F';echo; }; export -f tohex
 function edall {
        find -type f|while read -r i;do