From b5a9606ccdeecb39d273c453ee2f551d0aa0b094 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Tue, 3 Dec 2024 14:51:58 +0100 Subject: [PATCH] remove --size-only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d993c19..e5d4c6c 100644 --- a/Makefile +++ b/Makefile @@ -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)/