/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# download rsync -avz -e ssh --exclude=".svn" www-data@web1:/remote/dir . # upload rsync -avz -e ssh --exclude=".svn" . www-data@web1:/remote/dir