What's your backup strategy?
manishblog said:
JetBackup on my cPanel host
I automated download with a cron job on my home server. wget the JetBackup file every Sunday. Two locations, good enough for my blog.
What about databases? Files are easy but mysqldump can lock tables. I use mydumper now, much better for large databases.
TechLet3 said:
Mydumper
I just keep everything in git. Database schema in git, code in git, assets in git-lfs. For the actual data, logical dumps to a git repo that pushes to three remotes. Is this insane? It has never failed me.
HeadRich said:
Everything in git
I was productive before Kubernetes and I was productive before git-lfs too. Rsnapshot to a local disk, rsync to a remote. Simple. Boring. Works. All this fancy tooling is just resume-driven development for infrastructure.
reykjavik_doc said:
All this fancy tooling
436 days. reboot is surrender.