Thread: Ebook storage
View Single Post
Old 03-11-2015, 12:50 PM   #8
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,772
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by joe_sixpack View Post
Hello!

Is it possible to storage all books on an NAS? I would use calibre & calibre companion from many devices, but only 1 library?

Sorry for my bad english, my home language is german...

Greetings, Torsten
@joe_sixpack - a feature that might assist is the ability to relocate the database (metadata.db) via the CALIBRE_OVERRIDE_DATABASE_PATH environment variable

Quote:
It allows you to specify the full path to metadata.db. Using this variable you can have metadata.db be in a location other than the library folder. Useful if your library folder is on a networked drive that does not support file locking.
Thus, you'd have the author book folders on the NAS (book warehouse) and the metadata.db database (catalogue) on a local drive, an SSD perhaps. Your backup regime would have to be configured to ensure the book warehouse backup (author/book folders on NAS) and the catalogue backup (metadata.db database on local drive) were synchronous.

I don't know if/how this might affect the operation of calibre-server or Calibre Companion.

BR
BetterRed is offline   Reply With Quote