Skip to content

Instantly share code, notes, and snippets.

@hotmeteor
Last active August 29, 2015 14:02
Show Gist options
  • Save hotmeteor/99c1b36caf4f9bffe041 to your computer and use it in GitHub Desktop.
Save hotmeteor/99c1b36caf4f9bffe041 to your computer and use it in GitHub Desktop.
rsync copy huge files, with verbosity, mirroring, progress, and resume.
rsync -vaP --progress /Volumes/Source /Volumes/Destination --dry-run
@hotmeteor
Copy link
Author

Remove --dry-run to perform the actual copy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment