commit 5b7ae48740644553182d1160d387b40995053a35 parent 38da6cf5b78629626d2f18ce292590edf64596e5 Author: cipher <haris@2f30.org> Date: Wed, 27 Nov 2013 01:06:46 +0200 added comments Diffstat:
M | bin/bliper-deploy.sh | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/bliper-deploy.sh b/bin/bliper-deploy.sh @@ -1,3 +1,5 @@ #!/bin/sh -exec rsync -r -a -v -e "ssh" --delete output/ user@host:/path/to/output/ +# replace `ssh` with `ssh -p <number>` for specific port +# and user@host:/path/to/output/ with the real one. +exec rsync --recursive --archive --verbose --rsh="ssh" --delete output/ user@host:/path/to/output/