time rsync

This commit is contained in:
Maciej Krok 2016-09-25 09:39:22 +02:00
parent fa7d7c8f8f
commit cb1d43e82a

7
scripts/trsync Executable file
View File

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