diff --git a/Makefile b/Makefile index ed1647a..02b6282 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ REMOTE_DIR ?= gallery .PHONY: upload upload: build - @rsync -rPLzh --delete -e 'ssh -l $(REMOTE_USER) -i $(IDFILE)' \ + @rsync -rPLzhH --delete -e 'ssh -l $(REMOTE_USER) -i $(IDFILE)' \ $(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/