remove --size-only
This commit is contained in:
parent
998271e342
commit
076cee1d6b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -116,7 +116,7 @@ endef
|
||||||
upload: build
|
upload: build
|
||||||
@echo "[upload]"
|
@echo "[upload]"
|
||||||
@rsync --recursive --partial --progress --copy-links \
|
@rsync --recursive --partial --progress --copy-links \
|
||||||
--compress --human-readable --hard-links --size-only \
|
--compress --human-readable --hard-links \
|
||||||
--delete --delete-after \
|
--delete --delete-after \
|
||||||
--rsh='ssh -l $(REMOTE_USER)' \
|
--rsh='ssh -l $(REMOTE_USER)' \
|
||||||
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/
|
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/
|
||||||
|
|
Loading…
Add table
Reference in a new issue