time rsync
This commit is contained in:
parent
fa7d7c8f8f
commit
cb1d43e82a
7
scripts/trsync
Executable file
7
scripts/trsync
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -eq 2 ]; then
|
||||
time rsync -vazh --progress --partial $@
|
||||
else
|
||||
time rsync $@
|
||||
fi
|
||||
Loading…
Reference in New Issue
Block a user