For the complete documentation index, see llms.txt. This page is also available as Markdown.

💾Backup and Restore

You do make backups, right?

This page, available from the top menu once logged in, allows you to backup the entire database to a JSON file. This includes all your categories, and for every Archive/Tankoubon in the database:

  • The unique ID of the archive (For the more technologically-enclined: LRR uses a SHA-1 hash of the first 512KBs of the file as the ID)

  • Metadata (Tags, Title, Summary)

  • Stamps

This JSON can then be restored in another LRR instance, if it has archives with matching unique IDs.

You can also make backup JSONs with the npm run backup-db command or through the Client API.

Average backup.json

Last updated