Ask HN: Best Centralized Backup Solution
1–10 of 70 posts
Re: Ask HN: Best Centralized Backup Solution
#2Many startups use it, and i think backup is also easy.
Re: Ask HN: Best Centralized Backup Solution
#3Re: Ask HN: Best Centralized Backup Solution
#4It's simple, fine-grained (you can use .rsyncignore files like .gitignore files) and versioned.
Re: Ask HN: Best Centralized Backup Solution
#5You get every professional features out of the box (full/inc backups, deduplication, compression...) & everything is automated.
Re: Ask HN: Best Centralized Backup Solution
#6Re: Ask HN: Best Centralized Backup Solution
#7Re: Ask HN: Best Centralized Backup Solution
#8Using RDS seems like a best option. Many startups use it, and i think backup is also easy.
Re: Ask HN: Best Centralized Backup Solution
#9Re: Ask HN: Best Centralized Backup Solution
#10There are plenty of software projects to choose from for the latter. Borgbackup, Restic, Plain old NFSv3 and rsync, Tarsnap, Backblaze B2 etc.
I simply use a combination of Cron, rsync and Ansible to make backups to our central NAS, and that central NAS is mirrored to our off site NAS (with extensive snapshots and tape backups).
I had to use Netbackup for the Tape system which does everything you listed - managing and scheduling backup procedure in "clients" and does fine-grained schedule, show backup status etc. But, I HATE that thing with all my gut. It is one complicated pile of crap that I have to fight all the time to make it write to the damn tapes. Nothing like plain old simple Unix tools.