| ▲ | Dylan16807 2 days ago | |||||||||||||||||||
> Figuring out how to do db backups _can_ also be fairly time consuming. apt install automysqlbackup autopostgresqlbackup Though if you have proper filesystem snapshots then they should always see your database as consistent, right? So you can even skip database tools and just learn to make and download snapshots. | ||||||||||||||||||||
| ▲ | ngc248 a day ago | parent [-] | |||||||||||||||||||
nah filesystem snapshots may not lead to consistent DB backups. DB backup software usually use a plugin to tell the DB to coalesce data before taking a snapshot. | ||||||||||||||||||||
| ||||||||||||||||||||