Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Synchronise documents folder between two machines

I would like to keep the documents and pictures folders of my MacMini and my MBA in synch. How can I do this?

MacBook Air, Mac OS X (10.7.3)

Posted on Mar 27, 2012 2:36 AM

Reply
Question marked as Best reply
4 replies

Apr 19, 2012 5:41 PM in response to Winfried Heyland

rsync --recursive --times --owner --progress --checksum --delete --dry-run --itemize-changes ~/ORG/ ~/BACKUP should do the job.


This will show what would be transfered (--dry-run and --itemize-changes) by synchronizing everything inside the ORG folder (notice the trailing forward-slash) recursively (--recursive) to the BACKUP folder by comparing files based on checksum (--checksum).


Remove the --checksum option if you want files to be synchronized--much faster--based on modification time and size.


Remove --dry-run for the actual transfer.


man rsync for more information.

Synchronise documents folder between two machines

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.