trsync fix
This commit is contained in:
parent
83790b17ba
commit
6cf587eec2
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ $# -eq 2 ]; then
|
if [ $# -eq 2 ]; then
|
||||||
time rsync -vazh --progress --partial $@
|
time rsync -vazh --progress --partial "$@"
|
||||||
else
|
else
|
||||||
time rsync $@
|
time rsync "$@"
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in New Issue
Block a user