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
rsync \
-a -v --stats \
-a -v -O --stats \
-e "ssh -o StrictHostKeyChecking=no -i key" \
--port "$INPUT_PORT" \
"$INPUT_SOURCE" \