Skip to content

Instantly share code, notes, and snippets.

@alexbartsch
Created April 5, 2017 19:26
Show Gist options
  • Save alexbartsch/095554542b843f280a10f37e1f928dd6 to your computer and use it in GitHub Desktop.
Save alexbartsch/095554542b843f280a10f37e1f928dd6 to your computer and use it in GitHub Desktop.
Copy local files and directories to remote
# Copy local files and directories to remote
rsync -av /local/dir/ server:/remote/dir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment