Greetings,
rsync runs on my Mac but when I try to rsync something to my Kodi machine (raspi-livingroom) I see this:
sh: rsync: not found
rsync --verbose tells me that (OSX) rsync is "opening connection using ssh -l root raspi-livingroom rsync --server -vvlogDtprz --partial . /storage/music/"
This makes me think raspi-livingroom doesn't have rsync. But I can run rsync from my Kodi box's command line. It IS installed... sorta
When I run "which rsync" it is at /storage/.kodi/addons/virtual.network-tools/bin/rsync
So, it's installed, but not completely. What's the righteous way to enable rsync so it'll work with my Mac or ssh in general?
Thanks in advance,
steve