Database backup management

You should backup your precious reference and notes data once in a while. The commands in this menu section provide a simple interface for this task.

Backup Reference Databases

refdb-backup-database(void);

Asks interactively for the name of a reference database and creates an SQL dump of the data. Minibuffer completion is available for selecting the database. Asks for the name of the file to save the data to.

Restore Reference Databases

refdb-restore-database(void);

Asks interactively for the name of the database and for the name of a reference database SQL dump file. Minibuffer completion is available for selecting the file. A database with the given name will be created, and the data from the dump file will be filled in.

Warning

Before creating the database, an existing database with the same name will be dropped.