Skip to content

Instantly share code, notes, and snippets.

@theodorosploumis
Last active December 28, 2015 14:18
Show Gist options
  • Save theodorosploumis/aecaa71012aeceeb99c4 to your computer and use it in GitHub Desktop.
Save theodorosploumis/aecaa71012aeceeb99c4 to your computer and use it in GitHub Desktop.
Push all files from local to remote server recursively
// Push all (*) files from local to remote server recursively
rsync -rave * USER@SERVER:~/PATH_ON_REMOTE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment