Skip to content

Instantly share code, notes, and snippets.

@axe312ger
Created December 3, 2013 21:50
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 axe312ger/7778065 to your computer and use it in GitHub Desktop.
Save axe312ger/7778065 to your computer and use it in GitHub Desktop.
Sync two directorys recursive in one way. Also display stats and progress.
nice -n 5 rsync -ahum --force --delete --stats --progress "/Volumes/Vertex4/" "/Volumes/Backup/Macbook\ Pro\ Early\ 2011/Vertex4/"
@axe312ger
Copy link
Author

Faster: nice -n 5 rsync -vrltDhum --stats --progress . ~/nfs-test/

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