diff --git a/scripts/trsync b/scripts/trsync new file mode 100755 index 0000000..5305885 --- /dev/null +++ b/scripts/trsync @@ -0,0 +1,7 @@ +#!/bin/bash + +if [ $# -eq 2 ]; then + time rsync -vazh --progress --partial $@ +else + time rsync $@ +fi \ No newline at end of file