|
|
|
|
|
by ryanplant-au
2913 days ago
|
|
It's a "cheap, easy, reliable: pick any two" situation. Cheap and easy: buy a 2 TB drive and keep it at home. If some disaster affects your home -- flood, fire, burglary -- it can take out your data and its backup. Cheap and reliable: buy a 2 TB hard drive and keep it somewhere else. Keeping the backup up-to-date means regularly bringing the drove home, updating it, and putting it back. Easy and reliable: pay for a service like Backblaze that automatically backs up all your files to a remote server. There are other benefits to services like B2 especially, namely being able to access your backed-up files from any device or location, or being able to link people to your files on a high-speed server. |
|
You put the 2 TB drive somewhere else (at a relative's) and keep it updated regularly via network.
That's my set up (but with a bigger drive).
At home, I have the master copy of the data on my file server. Then I have backup #1 that is in the same location and backup #2 that is in a different location.
Both #1 and #2 get updated at night with a "timemachine-like" backup system based on rsnapshot. The network traffic goes over ssh.
Remote backup system #2 cost a UPS, a RaspberryPi and an 8 TB drive, which is about ~$250-$300 total.
The initial sync is best done locally of course, but deltas can generally easily go over network at night.
Cheap, reliable, and (relatively) easy (if you're a geek, that is).