Stream dumped SQLite databases directly to Borg #807
Labels
No Label
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: borgmatic-collective/borgmatic#807
Loading…
Reference in New Issue
Block a user
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!