remove --size-only

This commit is contained in:
rhiannon morris 2024-12-03 17:53:57 +01:00
parent 998271e342
commit 076cee1d6b

View file

@ -116,7 +116,7 @@ endef
upload: build
@echo "[upload]"
@rsync --recursive --partial --progress --copy-links \
--compress --human-readable --hard-links --size-only \
--compress --human-readable --hard-links \
--delete --delete-after \
--rsh='ssh -l $(REMOTE_USER)' \
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/