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.<p>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.<p>restic: <a href="https://github.com/restic/restic/">https://github.com/restic/restic/</a>
crestic: <a href="https://github.com/nils-werner/crestic">https://github.com/nils-werner/crestic</a>
resticprofile: <a href="https://github.com/creativeprojects/resticprofile/">https://github.com/creativeprojects/resticprofile/</a>