Revision: 30835
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 23, 2010 20:17 by manuelstofer
Initial Code
# download rsync -avz -e ssh --exclude=".svn" www-data@web1:/remote/dir . # upload rsync -avz -e ssh --exclude=".svn" . www-data@web1:/remote/dir
Initial URL
Initial Description
Initial Title
rsync over ssh without uploading svn files
Initial Tags
Initial Language
Bash