Skip to content

Instantly share code, notes, and snippets.

@danriti
Created August 30, 2013 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danriti/6385121 to your computer and use it in GitHub Desktop.
Save danriti/6385121 to your computer and use it in GitHub Desktop.
Rsync two directories while ignoring existing files
rsync --ignore-existing --dry-run --verbose -r SOURCE/* DESTINATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment