| I should start with the fact that a) I am paranoid about data. b) I don't trust any of the public cloud providers. Not in the sense to keep all my data with any of them and not having a backup copy elsewhere. At the center of my set up is a Synology NAS (2x 8TB RAID 1). I use it as a personal "google drive" via the Synology Drive app. The Synology Drive app is installed on my phone (as well as on my wife's) and is automagically and continuously backing up all of our photos and videos to the NAS. I use Office 365 for email. The NAS is backing up everything from O365 nightly. We have all of our important docs scanned and stored in the NAS. All my self-hosted apps (Gitea, Bitwarden, Jenkins, etc) are backing up nightly to the NAS. All data from the NAS is then backed up to three locations: 1. Wasabi (S3-like storage)
2. Hetzner Storage Box (via rsync)
3. Once a year back up to an external HDD The data is client-side encrypted before it leaves the NAS to any of the backup targets. The NAS acts as a DHCP and DNS server at home, which is not related to backups, but still super cool to have everything in one box. |