Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 07-04-2025, 05:25 AM   #1
Moonbase59
Groupie
Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.
 
Moonbase59's Avatar
 
Posts: 167
Karma: 196896
Join Date: Oct 2021
Location: Germany
Device: Tolino Vision 5, Tolino Tab 8", Pocketbook Era (16GB)
Move Calibre to new machine (Linux), keeping all books and settings?

I’m switching my laptop from Linux Mint 21.3 to EndeavourOS (rolling, Arch-based) and need to move my Calibre, including all personal settings and my Calibre library.

How to do that safely?

Is it enough to
  • rsync over the complete Calibre Library folder (called "Calibre-Bibliothek" because I’m on a German-language system)
  • rsync over my ~/.config/calibre with all subfolders
  • then re-install using the Linux install script on the Calibre site
  • or (better) install calibre-bin from the AUR

Or must I install Calibre first, then rsync my data over?

Assume the setup is the same (same paths, same Calibre version, same username, same UID & GID, same folder structure).

Last edited by Moonbase59; 07-04-2025 at 05:31 AM.
Moonbase59 is offline   Reply With Quote
Old 07-04-2025, 06:38 AM   #2
Moonbase59
Groupie
Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.Moonbase59 can program the VCR without an owner's manual.
 
Moonbase59's Avatar
 
Posts: 167
Karma: 196896
Join Date: Oct 2021
Location: Germany
Device: Tolino Vision 5, Tolino Tab 8", Pocketbook Era (16GB)
Using rsync somehow comes naturally to Linux guys and gals…

But I just found that Calibre’s creator actually provided for this situation by having a full export/import.

So to test this, what I did was:
  • Exported everything on my old machine to my NAS, using Calibre’s Export all Calibre data.
  • Installed extra/calibre. It even reminds you of the import on the welcome screen—nice.
  • Imported everything from the NAS folder, using the new Calibre’s Import all Calibre data.
  • It was complaining about a non-empty folder, because I was re-using the new Calibre’s "~/Calibre-Bibliothek" folder. Just cleared that out and tried importing again. Worked this time.
  • Calibre restarted, and all my settings and books are there, like I never changed machines. Nice!
Moonbase59 is offline   Reply With Quote
Old 07-13-2025, 07:21 AM   #3
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,756
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Moonbase59 View Post
I’m switching my laptop from Linux Mint 21.3 to EndeavourOS (rolling, Arch-based) and need to move my Calibre, including all personal settings and my Calibre library.

How to do that safely?

Is it enough to
  • rsync over the complete Calibre Library folder (called "Calibre-Bibliothek" because I’m on a German-language system)
  • rsync over my ~/.config/calibre with all subfolders
  • then re-install using the Linux install script on the Calibre site
  • or (better) install calibre-bin from the AUR

Or must I install Calibre first, then rsync my data over?

Assume the setup is the same (same paths, same Calibre version, same username, same UID & GID, same folder structure).
NEVER EVER install calibre from any Linux repository. Most times it's a major fail. ALWAYS install calibre from the official calibre website.

Install calibre and run it so you can find out where the configuration directory is. Then copy over your configuration directory. Then copy over your libraries.

As for using rsync, I prefer to use FreeFileSync.

Last edited by JSWolf; 07-13-2025 at 07:24 AM.
JSWolf is offline   Reply With Quote
Old 07-14-2025, 06:11 AM   #4
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,033
Karma: 105092227
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Quote:
Originally Posted by JSWolf View Post
As for using rsync, I prefer to use FreeFileSync.
But you run windows, not any *nix. The rsync, or GUI wrapper using grsync, is included and fine.

After doing Calibre Export and then Import, a one-way rsync with delete on destination and one Calibre instance the "main" (the only one that gets content added or edited) is fine.
Quoth is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup calibre settings in linux? OregaNooo Calibre 2 05-13-2024 10:19 PM
Accessing Calibre Library on Windows PC from Linux Machine via Docker Nero Viewer 6 03-27-2023 11:17 PM
Copy Calibre settings from Windows to Linux Klaas Vaak Devices 13 04-12-2018 12:32 PM
how 2 move SOME (not all) books from windows/Calibre to linux/calibre fredex Library Management 3 10-23-2017 09:52 PM
Moving Calibre settings to another machine svenlind Calibre 2 08-06-2016 10:48 AM


All times are GMT -4. The time now is 01:08 AM.


MobileRead.com is a privately owned, operated and funded community.