Return to Snippet

Revision: 12065
at February 28, 2009 21:55 by Dorgendubal


Initial Code
rsync -azvv --exclude="*~" --exclude="config.php" -e "ssh -p PORT" . root@HOST:PATH

Initial URL


Initial Description
* _HOST_: remote host
* _PORT_: ssh port (default 22)
* _PATH_: remote path to synchronize

Initial Title
updating remote website using ssh

Initial Tags
Bash, ssh

Initial Language
Bash