Omit directory time setting

This commit is contained in:
shockrah 2024-09-28 15:53:20 -07:00
parent 9733f66e78
commit 144fd456ba

View File

@ -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" \