mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-26 11:23:02 +02:00
578 B
578 B
title, eleventyNavigation
| title | eleventyNavigation | ||||
|---|---|---|---|---|---|
| SQLite |
|
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 snippet/configuration/sample.md %}
{% include borgmatic/sqlite_databases.yaml %}