Quote:
Originally Posted by mr.giroro
Great!!! Thank you for the information. This seems to be the best solution I've seen so far. I will try that immediately. Change in the folder structure on the PC side is a little bit of an issue, but I cannot complain too much as this is perhaps the best solution out there.
Once again, thank you for sharing!
|
A warning: tried to follow this approach (using rsync to copy from disk to memory card). With my memory card this does NOT work. It seems rsync does strange things on the memory card, resulting in I/O errors. So for me it does not work. I did not test rsync from memory card to disk (this might work).
I am following a different approach now: use zip / unzip (on cygwin). I can copy pdfs in this way to the memory card (whole directory tree, pdfs only, selected with a zip command line option), avoiding overwriting on the memory card (e.g. a file test.pdf on the pc will not overwrite a directory TEST.PDF on the memory card, unzip command line option). But I do NOT 'sync' back to my PC so far. Instead I just backup the pdf tree from the memory card to another folder on the pc.
Harald