Skip to content

Instantly share code, notes, and snippets.

@sfelde
Last active December 20, 2015 04:09
Show Gist options
  • Save sfelde/6068717 to your computer and use it in GitHub Desktop.
Save sfelde/6068717 to your computer and use it in GitHub Desktop.
rsync local files
rsync -rtvuc source_folder/ destination_folder/
source: http://www.jveweb.net/en/archives/2010/11/synchronizing-folders-with-rsync.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment