I would like to copy some large files (photos & video from a vacation) from a mac to an ubuntu machine, over the home wi-fi router that they're both connected to. I've got sshd set up on the receiver, so I'd like to simply rsync over the files from the sender.
Two questions:
Should it be as simple as typing the following in the mac's Terminal?
rsync -avz ./vacation_pics 127.0.0.X:~me/
If so, how do I find out the local IP (the "X" above) of my Ubuntu machine?