Stream dumped SQLite databases directly to Borg #807
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#807
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'd like to do and why
Right now, the borgmatic SQLite hook dumps a SQLite database to an intermediate file and then has Borg back that up. But there's no reason why it couldn't instead stream the dump directly to Borg without wasting the disk space of an intermediate file. Direct streaming is how the existing PostgreSQL, MySQL, and MariaDB hooks work today.
Other notes / implementation ideas
No response
Implemented in main!
Released in borgmatic 1.8.6!