make rsync pay attention to hard links
This commit is contained in:
parent
59c226111e
commit
1931b5acc0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -89,7 +89,7 @@ REMOTE_DIR ?= gallery
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: build
|
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)/
|
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue