Skip to content

Instantly share code, notes, and snippets.

@yoshitsugu
Last active December 15, 2015 05:29
Show Gist options
  • Save yoshitsugu/5209665 to your computer and use it in GitHub Desktop.
Save yoshitsugu/5209665 to your computer and use it in GitHub Desktop.
rsync recursive
rsync -t -r --exclude='*.svn*' FROM_DIR/* TO_DIR/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment