Update docs/how-to/backup-your-databases.md #806

Open
axel wants to merge 1 commits from axel/borgmatic:docs-databases-sqlite-info into main
1 changed files with 7 additions and 4 deletions

View File

@ -58,10 +58,13 @@ mariadb_databases:
As part of each backup, borgmatic streams a database dump for each configured
database directly to Borg, so it's included in the backup without consuming
additional disk space. (The exceptions are the PostgreSQL/MongoDB "directory"
dump formats, which can't stream and therefore do consume temporary disk
space. Additionally, prior to borgmatic 1.5.3, all database dumps consumed
temporary disk space.)
additional disk space.
⚠️ The exceptions are the PostgreSQL/MongoDB "directory" dump formats, which
can't stream, as well as sqlite databases which are dumped. These therefore do
consume temporary disk space. (As much as the target database, for sqlite).
Review

In this line and the previous: "sqlite" -> "SQLite".

Edit: Also ")." -> ".)"

In this line and the previous: "sqlite" -> "SQLite". Edit: Also ")." -> ".)"
(Additionally, prior to borgmatic 1.5.3, all database dumps consumed temporary
disk space.)
To support this, borgmatic creates temporary named pipes in `~/.borgmatic` by
default. To customize this path, set the `borgmatic_source_directory` option