Skip to content

Instantly share code, notes, and snippets.

@alexcarpenter
Created March 10, 2016 12:55
Show Gist options
  • Save alexcarpenter/d02b1a1003ad892a7d86 to your computer and use it in GitHub Desktop.
Save alexcarpenter/d02b1a1003ad892a7d86 to your computer and use it in GitHub Desktop.
# dry run
rsync -navPhz source/folder/ destination/folder/
# the real deal
rsync -avPhz source/folder/ destination/folder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment