seblucas / cops

Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...)
http://blog.slucas.fr/en/oss/calibre-opds-php-server
GNU General Public License v2.0
1.44k stars 229 forks source link

How to store my books with Owncloud/Dropbox? #356

Open arvillion opened 7 years ago

arvillion commented 7 years ago

I saw this on README.md : With Dropbox / owncloud it's very easy to have an up to date OPDS server. I will put server and db on my vps,and put books on Dropbox / owncloud. How can I do that?

calibius commented 7 years ago

Personally, I use Syncthing to sync my calibre folder, so that I don't have to sync my whole dropbox folder (or exclude a million items) and owncloud is more than I need. What platforms are you on?

doug-w commented 7 years ago

If you have a windows environment at all use Resilio over owncloud. Otherwise the sqlite database isn't happy if it may be modified from multiple sources. Resilio does a better job with the file locking than anything else.

seblucas commented 7 years ago

I should update the README

A little history :

I'm still using Bittorrent Sync and I never had a single problem in 3 years.

@143kk You'll find a lot of tutorial (try Google), the way I'm using it is to have Calibre installed on my laptop, the directory where Calibre's database is stored is also shared with Bittorrent Sync. My NAS and my VPS have read-only copies of this directory both also have COPS installed on them.