rsync -av --size-only /Volumes/Source Directory/ /Volumes/data/Destination Directory
-av tells rsync to archive and be verbose, --size-only tells it only to compare file sizes (as it is a local link, it's faster to just copy the file than to read it up and determine differences). The trailing slash should be on the source directory, but not on the destination directory.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.