View Single Post
Old 04-20-2022, 07:08 AM   #1
dmpop
Junior Member
dmpop began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2022
Device: Kobo Glo HD, Kobo Libra 2
KOReader and rsync

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:

Click image for larger version

Name:	JEyWwpF.png
Views:	381
Size:	53.7 KB
ID:	193385

Am I missing something obvious here?

Thank you,
Dmitri

Last edited by issybird; 04-20-2022 at 04:29 PM. Reason: Oversize image attached as thumbnail. Please read the guidelines for limits on image size.
dmpop is offline   Reply With Quote