mscripts/scripts/trsync
2016-10-08 15:06:02 +02:00

8 lines
110 B
Bash
Executable File

#!/bin/bash
if [ $# -eq 2 ]; then
time rsync -vazh --progress --partial "$@"
else
time rsync "$@"
fi