I have an external RAID 1 hard drive that I backup everything to every 6 months or so.
Before someone points it out, the individual drives in the array have build dates that differ by at least a year.
In addition; for really critical stuff only (accounting data, deeds, business contracts, access codes, software source code, etc.) I use micro SD cards for more frequent backups as needed.
I have a cheap digital watch with a SD card holder that I 3D printed and built into the strap. The SD drive is encrypted with Bitlocker and it travels with me wherever I go.
Basically, this really critical data is as safe as I am. I always make 2 copies of the SD drive and keep one in a fire proof safe. The key to the safe is revealed in my will which my lawyer has. Inside the safe is the decryt key to the SD card. A trusted relative also has the decrypt key.
I recently tried to cancel Backblaze and wanted to download some of the stuff I’d archived there. The download limits were a bit of a blocker. I re-upped for a year and decided I’ll deal with it over the coarse of a year but something to think about. I could upgrade to increase download limits but didn’t have the mental bandwidth (haha) to deal with it at the time.
On individual nodes I keep data in specific directories away from the OS. I rsync those directories to a machine that acts like a NAS. That machine uses rsnapshot to have multiple file level diffs uses hardlinks to save space on dupe files. I back that up to multiple external SSD USB drives. I have one drive in my vehicle. Encryption is just plain dm-crypt with non default cipher/hash, no LUKS headers.
I do backups to a local, external HD (that I need to manually plug and unplug, unfortunately), and to Backblaze. Depending on the importance of the data, it's being pushed daily to B2 and weekly to HD, or more seldom, or only to HD.
Technology-wise, I've been on restic for some years now, because of its support for cloud backends. (Otherwise, Borg is a fine tool, too.) Until last week, I've used crestic, but I just migrated to resticprofile, as that can do web hooks and pre-/post-commands, which I intend to use for SQL server dumps.
Use a raspberry pi 4B with some external HDDs attached as my "NAS". The Pi is accessible everywhere i go using Tailscale as VPN for all my devices. For my PC, laptop, phone and such i use Resilio Sync to sync files between devices while also syncing to the Pi. The Pi creates an incremental backup using restic to Backblaze B2 every night.
I separate “important” data from “cache” data - the second being things like Linux ISOs and personal DVD rips that I could recover if needed.
This reduces my backup set from tens of terabytes to less than one terabyte. And makes it easier to keep many more copies of the very special things (photographs, documents) on multiple devices and cloud services.
My home server is a small machine with two disks, one for the os and one for data. The disk for data is using zfs, and i take hourly snapshots between 7am and 11pm. I keep two weeks worth of snapshots for each dataset.
I have another small machine (a nuc) with a similar setup at in law’s house, connected to my vpn, and I replicate snapshots over there through the vpn.
Worst case scenario i can go visit the in law’s and get my snapshots.
Zfs is really awesome.
Edit: everything is scripted and ran via cronjobs, of course.
I use borg to backup all my computers to my home server, including the server. It runs raid 1+0. I then use rclone to sync the borg repos to backblaze and dropbox. I encrypt both in the borg repo and in the rclone transfer.
Before someone points it out, the individual drives in the array have build dates that differ by at least a year.
In addition; for really critical stuff only (accounting data, deeds, business contracts, access codes, software source code, etc.) I use micro SD cards for more frequent backups as needed.
I have a cheap digital watch with a SD card holder that I 3D printed and built into the strap. The SD drive is encrypted with Bitlocker and it travels with me wherever I go.
Basically, this really critical data is as safe as I am. I always make 2 copies of the SD drive and keep one in a fire proof safe. The key to the safe is revealed in my will which my lawyer has. Inside the safe is the decryt key to the SD card. A trusted relative also has the decrypt key.