How to sync Mac and Linux /home
1–6 of 6 posts
Re: How to sync Mac and Linux /home
#2Re: How to sync Mac and Linux /home
#3I've got concerns about the --delete - since you're copying-with-delete from desktop first, it automatically assumes that anything you put in /home/me on the mac is going to get blown away.
Re: How to sync Mac and Linux /home
#4Everything else is almost the same with Unison compared to rsync. There is no P2P overlay network, everything goes through ssh. It uses the rsync algorithm to optimize the transfer of changes. It is run at specific times, not always in the background. Therefore, you know when synchronization is happening and when it is finished. Unison also has rules to map different path on each side and you can exclude by path, filename, and suffix, etc.
Re: How to sync Mac and Linux /home
#5I've got concerns about the --delete - since you're copying-with-delete from desktop first, it automatically assumes that anything you put in /home/me on the mac is going to get blown away.
Isn't that the point of making it `/Users/me/me`?