Enter your App Key and App Secret from the Dropbox Developer Console. Then click Generate Auth URL and follow the instructions.
Use Dry Run to validate without uploading (including pg_dump).
| ID | Status | Scanned | Uploaded | Bytes | Started | Finished | Error |
|---|
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.
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.
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).