Skip to content

Instantly share code, notes, and snippets.

@arturkot
Created November 27, 2012 08:21
Show Gist options
  • Save arturkot/4153111 to your computer and use it in GitHub Desktop.
Save arturkot/4153111 to your computer and use it in GitHub Desktop.
Rsync SSH
rsync -rtvz --exclude '.DS_Store' [homeDir] -e 'ssh -p 59184' [domain]:[path]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment