--- title: SQLite eleventyNavigation: key: SQLite parent: 🗄️ Data sources --- New in version 1.7.9 To backup SQLite with borgmatic, use the `sqlite_databases:` hook. For example: ```yaml sqlite_databases: - name: mydb path: /var/lib/sqlite3/mydb.sqlite ``` ## Full configuration {% include snippet/configuration/sample.md %} ```yaml {% include borgmatic/sqlite_databases.yaml %} ``` ## Related documentation * [How to backup your databases](https://torsion.org/borgmatic/how-to/backup-your-databases/)