| Recently got a Synology and have been considering cloud backup needs. Mine would roughly be a terabyte, and so far my thinking is shaking out as: For incrementally backing up laptop data, the process needs to run on my laptop anyway, so I may as well just use Arq. For NAS data that changes frequently enough to desire incrementals, choose Synology Hyperbackup. For NAS data that doesn't change frequently and can just be sync'd, choose Synology Cloud Sync. For NAS data that you don't need locally and only need to archive, choose Synology Cloud Sync with one-way-sync. (Less hassle than AWS Glacier.) As for the cloud provider itself, I'm think I'll probably go with Wasabi, at $6/TB. I heard that Backblaze occasionally has weird gotchas that surprise people, like auto-deleting files from your backups that you delete locally, so I just feel cautious. Main things giving me pause: minimum block size on Wasabi (I'm sure some of my files are smaller; don't know what sticker shock I'll experience), and unsure why I should consider a command line tool like restic instead of the above. |
I tried several different configurations and finally landed on the following.
I have a Synology that I have been running for a couple years now.
- RAID 0 w 2 14TB drives, 400GB is highly critical
The 400GB of highly critical is further backed up:
- external 1 TB SSD that lives at my sisters house and is updated monthly or so using Sync w encrypted EXT4 formatting
- B2 sync with 1 way, encrypted backup and nightly updates (using Backblaze’s encryption because Synology requires your device and if that goes… you are sol)
I friggin love it. I have restored things several times to test the process and it just works.
It only costs me $2/ mo for Backblaze B2 with that amount of data. Well worth it.
Good luck