+function rsync
authorshort <>
Sat, 20 Oct 2001 01:17:26 +0000 (01:17 +0000)
committershort <>
Sat, 20 Oct 2001 01:17:26 +0000 (01:17 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 3054275..8df91a5 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -76,6 +76,7 @@ function cvsignorerm { cvsignore | xargs rm -f; }; export -f cvsignorerm
 function wclines { awk '{x[$0]++}END{for (i in x) print x[i]"\t"i}'; }; export -f wclines
 function ulimitme { ulimit -m 100000 -d 150000 -v 200000; }; export -f ulimitme
 function grep { ( ulimitme; `which grep` "$@"; ); }; export -f grep
+function rsync { `which rsync` -v -e ssh --progress --stats --partial "$@"; }; export -f rsync
 
 ulimit -c 0