Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created June 19, 2010 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btbytes/445014 to your computer and use it in GitHub Desktop.
Save btbytes/445014 to your computer and use it in GitHub Desktop.
Correct way to sync a local dir to remote

Correct way to sync a local dir to remote

$ ls www
index.html
$ rsync -avz -e ssh www/ pradeep@pradeepgowda.com:~/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment