Dec 11th, 2014
A couple of snippets that I use to sync files from one external drive to another.
# Dry run rsync -ruvn --delete --stats --exclude="/.*" --exclude="/RECYCLER*" --exclude="*.DS_Store" /Volumes/jeffystorage/ /Volumes/seagatefreeagent1TB # Real deal rsync -ruv --delete --stats --exclude="/.*" --exclude="/RECYCLER*" --exclude="*.DS_Store" /Volumes/jeffystorage/ /Volumes/seagatefreeagent1TB