I’ve been trying to do an rsync copy from a remote machine (Mac 10.6.x) to my local machine (Ubuntu 12.04.x). I’ve been doing dry runs (-n
option) using something similar to this:
rsync -ani username1@hostname.local:/Users/username1/Dropbox/ /home/username2/Dropbox/
(I’ve changed the hostname and usernames to be generic.) Continue reading