Hello,
First time poster here! :-) First of all, kudos to KOReader's developers for building such a fantastic application. In addition to KOReader, I also installed NiLuJe's Kobo Stuff, and I'm trying to use rsync as an alternative backup solution. It works fine for pushing stuff to a remote machine:
rsync -avhz --delete -P -e "ssh -p 22" /mnt/onboard/Library/ user@127.0.0.1:/path/to/library
But rsyncing the opposing way (
rsync -avhz --delete -P -e "ssh -p 22" user@127.0.0.1:/path/to/library/ /mnt/onboard/Library, gives me a bunch of errors:
Am I missing something obvious here?
Thank you,
Dmitri