Thank you for sshd

Everything work perfectly on my PocketBook 626.
I have big library, and like keep it in sync, and I prefer use rsync. It's much faster then scp/sftp for big library.
So I build it.
There is
build instruction, and
binary.
How to use it.
Code:
$ rsync -rve 'ssh -p 1124 -l sreader' <IP>:/mnt/ext1/library ~
I make alias for that:
Code:
$ alias pb-sync="rsync -rve 'ssh -p 2222 -l sreader' <IP>:/mnt/ext1/library ~"
I also build
sh_ivtool also, becouse I did't find binary for by book.
I think it's good idea to put this to your achives