mscripts/scripts/trsync
2016-09-25 09:39:22 +02:00

7 lines
105 B
Bash
Executable File

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