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" w[email protected]:/remote/dir . # upload rsync -avz -e ssh --exclude=".svn" . [email protected]:/remote/dir
Initial URL
Initial Description
Initial Title
rsync over ssh without uploading svn files
Initial Tags
Initial Language
Bash