Ask HN: Best Centralized Backup Solution
11–20 of 70 posts
Re: Ask HN: Best Centralized Backup Solution
#12I like using syncthing to sync to file to another (sometimes multiple) location and the use restic ( https://restic.net/ :)
Re: Ask HN: Best Centralized Backup Solution
#13Now I wonder if `b2 sync` is a good candidate for more traditional desktop backups (documents, lots of photos...). Does anyone have feedback on it?
Re: Ask HN: Best Centralized Backup Solution
#14burp ( https://burp.grke.org/ ) comes to mind, as well. Windows and UNIX-like only, no macOS.
Also, I can't imagine how something could be for Unix-likes and not target Mac OS, since it is literally a certified Unix.
Re: Ask HN: Best Centralized Backup Solution
#15BackupPC is the best one: https://backuppc.github.io/backuppc/ You get every professional features out of the box (full/inc backups, deduplication, compression...) & everything is automated.
Does anyone have a different experience?
Re: Ask HN: Best Centralized Backup Solution
#16burp ( https://burp.grke.org/ ) comes to mind, as well. Windows and UNIX-like only, no macOS.
"For Mac users, burp is available in Homebrew. See the quick start page for more information." - https://burp.grke.org/download.html Also, I can't imagine how something could be for Unix-likes and not target Mac OS, since it is literally a certified Unix.
MacOS IS UNIX.
As a side note for fun, Linux is not UNIX and that’s intentional. Freedom is nice. ;)
Re: Ask HN: Best Centralized Backup Solution
#17I started using Backblaze B2 on servers for storing database backups and so far it's been great. Now I wonder if `b2 sync` is a good candidate for more traditional desktop backups (documents, lots of photos...). Does anyone have feedback on it?
Re: Ask HN: Best Centralized Backup Solution
#18For backing up databases, you'd need to install small packages, like `automysqlbackup`. We already provide an Ansible role for setting up automatic backups, which could be extended to apply your schedule or add "plugins".
Re: Ask HN: Best Centralized Backup Solution
#19Re: Ask HN: Best Centralized Backup Solution
#20BackupPC is the best one: https://backuppc.github.io/backuppc/ You get every professional features out of the box (full/inc backups, deduplication, compression...) & everything is automated.
No idea why this was downvoted. I don't have recent experience setting up something like this but 10 years ago BackupPC was the answer, and I guess it is still good. Does anyone have a different experience?