diff --git a/Makefile b/Makefile index a546002..9405340 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,11 @@ all: build build: $(patsubst %,$(BUILDDIR)/%,$(FONTS) $(CSS) $(PAGES) $(MEDIA)) upload: build - @rsync -rPLzh --delete -e 'ssh -l $(REMOTE_USER) -i $(IDFILE)' \ - $(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/ + @rsync --recursive --partial --progress --copy-links \ + --compress --human-readable --hard-links --size-only \ + --delete --delete-after \ + --rsh='ssh -l $(REMOTE_USER) -i $(IDFILE)' \ + $(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/ $(BUILDDIR)/%: % @echo $*