Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created June 19, 2010 16:04
Show Gist options
  • Select an option

  • Save btbytes/445014 to your computer and use it in GitHub Desktop.

Select an option

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/ [email protected]:~/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment