{% include "_sidebar.html" %}
Backup
Dropbox Settings

Enter your App Key and App Secret from the Dropbox Developer Console. Then click Generate Auth URL and follow the instructions.

Run

Use Dry Run to validate without uploading (including pg_dump).

Health
Latest Status
History (Last 20)
ID Status Scanned Uploaded Bytes Started Finished Error
Restore

Browse a snapshot and restore individual books from Dropbox. File books are written back to disk; database books (format DB) are re-inserted into the library. Database books only appear in snapshots created after this feature was added — to recover older database books, use Full Database Restore below.

Full Database Restore

Restore the entire PostgreSQL database from a Dropbox pg_dump. This recovers everything — including all database-stored books, reading progress, tags and settings — from any backup.

⚠ Destructive: the current database is dropped and replaced entirely. There is no undo.

Local Database Restore (no Dropbox needed)

Every backup also keeps a local copy of the database dump on the config volume, so the database can be restored even without a Dropbox token. You can also upload a .sql dump you downloaded from Dropbox manually.

⚠ Destructive: replaces the entire current database (with automatic rollback if the dump fails to load).