Quote:
Originally Posted by leebase
I've tried Calibre but I'm always changing my computers around and Calibre is a casualty.
|
It's a simple one line "scp -r" or "rsync" command to transfer your entire Calibre library. I use rsync spawned by a daily systemd timer (could just as easily use cron - more easily actually) to keep all copies of my library in sync. Then I also have backup software that maintains daily snapshots of my library on a separate server. The rsync takes only a second or two (over my LAN), even though my Calibre library is just slightly shy of 50Gb currently. My library changes frequently, but only by small amounts on a day-to-day basis.