make rsync pay attention to hard links

This commit is contained in:
Rhiannon Morris 2020-07-24 18:30:52 +02:00
parent 59c226111e
commit 1931b5acc0
1 changed files with 1 additions and 1 deletions

View File

@ -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)/