diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-15 10:18:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-15 10:18:15 -0500 |
commit | 9d701932a94f31bf3f76e27743dc59a3d3ea21fa (patch) | |
tree | 364d86a92ca7fc2d7e1c4f959994fcf964178962 | |
parent | eed1b1eebf3cc3c3c18e27cab8f80c2bb8c7b862 (diff) | |
download | cl-9d701932a94f31bf3f76e27743dc59a3d3ea21fa.tar.lz cl-9d701932a94f31bf3f76e27743dc59a3d3ea21fa.tar.xz cl-9d701932a94f31bf3f76e27743dc59a3d3ea21fa.zip |
Makefile.example: update rsync
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index f7d802e..ea15fd3 100644 --- a/Makefile.example +++ b/Makefile.example @@ -88,7 +88,7 @@ ssh_upload: publish scp -P $(SSH_PORT) -r $(OUTPUTDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) rsync_upload: publish - rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude + rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) ftp_upload: publish lftp ftp://$(FTP_USER)@$(FTP_HOST) -e "mirror -R $(OUTPUTDIR) $(FTP_TARGET_DIR) ; quit" |