Comment on Question about backup
Kwa@derpzilla.net 1 year agoI was talking about this: torsion.org/borgmatic/…/backup-your-databases/
If you’re using MariaDB, use the MariaDB database hook instead of mysql_databases: as the MariaDB hook calls native MariaDB commands instead of the deprecated MySQL ones.
But I guess this is basically a mysql dump reading from stdin
witten@lemmy.world 1 year ago
Yeah, the main “innovation” is that it streams directly from MySQL/MariaDB to your encrypted Borg repository without hitting disk.