sqlite.md 408 B


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:

sqlite_databases:
    - name: mydb
      path: /var/lib/sqlite3/mydb.sqlite

Full configuration

{% include borgmatic/sqlite_databases.yaml %}