Omit directory time setting
This commit is contained in:
parent
9733f66e78
commit
144fd456ba
@ -7,7 +7,7 @@ chmod 400 key
|
|||||||
|
|
||||||
# TODO: make sure we are not just blindly using StrictHostKeyChecking=no
|
# TODO: make sure we are not just blindly using StrictHostKeyChecking=no
|
||||||
rsync \
|
rsync \
|
||||||
-a -v --stats \
|
-a -v -O --stats \
|
||||||
-e "ssh -o StrictHostKeyChecking=no -i key" \
|
-e "ssh -o StrictHostKeyChecking=no -i key" \
|
||||||
--port "$INPUT_PORT" \
|
--port "$INPUT_PORT" \
|
||||||
"$INPUT_SOURCE" \
|
"$INPUT_SOURCE" \
|
||||||
|
Loading…
Reference in New Issue
Block a user