Skip to content

What's your backup strategy?

Web Hosting by Elena 57 replies 5.9K views
#51

manishblog said:
JetBackup on my cPanel host
It is host backup that you can download. The difference is whether you automate the download. If you log in monthly and download, that is your own. If you never do, it is host only.

#52

I automated download with a cron job on my home server. wget the JetBackup file every Sunday. Two locations, good enough for my blog.

#53

What about databases? Files are easy but mysqldump can lock tables. I use mydumper now, much better for large databases.

#54

TechLet3 said:
Mydumper
Seconded. Mysqldump on a 30GB database took 4 hours and locked everything. Mydumper parallel, 40 minutes, minimal lock.

#55

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.

#56

HeadRich said:
Everything in git
Git is not a backup tool. Git is a version control tool. You are one force push away from sadness. Also git does not handle large binaries well no matter what LFS promises.

#57

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.

#58

reykjavik_doc said:
All this fancy tooling
I use fancy tooling because I have 47 servers and no time to log into each one. Restic runs from a systemd timer, reports to prometheus, I see it all on a dashboard. The graphs do not lie.

436 days. reboot is surrender.

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft