I'm interested to hear how people implement a 3-2-1 backup strategy when using a FreeBSD ecosystem. That is 3 copies of the data, in 2 different storage medias, 1 of them being off site (e.g. online). Obviously the nature and the amount of data will dictate the scale of a backup solution (i.e. personal vs. enterprise solutions). Nevertheless I would be interested to hear what hardware you are using, what procces you follow and the kind of tools within FreeBSD ecosystem you are using to achieve it.
As an example for my personal data (mostly photos and home videos). I have the following:
Steps 2,3,4 are a bit clunky. I would love to use a more streamlined solution, perhaps using Amazon Glacier storage solution.
What are others using?
As an example for my personal data (mostly photos and home videos). I have the following:
- 24/7 FreeBSD home server. In order to keep the energy consumption low, I am using an old Dell Laptop with i5-4300U and 16G RAM. Two external hard disks creating a mirror zfs pool.
- Same data is kept in sync with a windows machine using net/unison
- Windows machine uploads it to Microsoft OneDrive, which allows me to access specific files on the go.
- Using sysutils/restic and net/rclone I backup some folders into OneDrive. This is a duplication of point 3, but just making use of the unused space that OneDrive offers.
- When traveling I use net/unison to sync data to an external ssd drive to be used for downloading and editing photos on the go, which is then synced back using net/unison when I get back home.
Steps 2,3,4 are a bit clunky. I would love to use a more streamlined solution, perhaps using Amazon Glacier storage solution.
What are others using?