From 60243f7a189e2e7fb1112f26b0ace2c69002ebee Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Fri, 24 Jan 2020 12:09:59 +0100 Subject: [PATCH] Added backup --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 04cdd9e..3d84ad3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -140,6 +140,9 @@ nohup python3 [path to calibre-web]cps.py -p /[path to calibre-web]instanceN.db The command nohup puts the command to the background, so all instances can be started at once. Another option would be using several terminal windows. The final solution would be creating different service files for the different instances. All instances will be accessable afterwards with different port adresses like:\ 127.0.0.1:8084 for instance1, 127.0.0.1:8085 for instance2 and so on. This procedure can also be used for windows with the usual adoptions (command console/batch programm instead of terminal, task planer instead of service script). +### How to backup Calibre-Web settings + +All Calibre-Web data is stored in the app.db file. For google drive additional settings are stored in the gdrive.db, settings.yaml, gdrive_credentials and client_secrets.json. It's sufficent to backup this files to keep the settings. The calibre database has to be backuped seperatly. ### Registering