remove --size-only

This commit is contained in:
Rhiannon Morris 2024-12-03 14:51:58 +01:00
parent 3c5eeeae8e
commit b5a9606ccd

View file

@ -23,7 +23,7 @@ build: $(patsubst %,$(BUILDDIR)/%,$(ALL))
upload: build
@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)/