What do people use for a shelf-stable backup
-
Yeah based on the suggestions so far this seems like the best option. Just need to make sure I have a way to verify no files are corrupted (and if they are, which ones), and remember to swap it out for a new one every 5 years or so or each time I need a new drive.
-
No, the "live" filesystems will repair themselves when they detect problems. They keep revisions of your data, and run checksums constantly. When they find a file has inadvertently changed without access, it will restore said files. Think of it like Mac "Time Machine", but it's just the filesystem . You can restore stuff from points in time when needed.
Just read up on it.
-
I have 3 2 1 but I want the equivalent of a suitcase of photos in the cupboard. No family member is gonna be cleaning out my house as they move me to a rest home and stumble upon my Borg backup in B2 object storage. And if they do they won't have the key. I want something a bit closer to physical.
I think an extra drive for cold storage is a good idea. My main backups are automated, this one I can add any new files done in the last year once a year, then back in the cupboard. I just need to make sure I'm rotating the drives so I don't have the same one in storage for 50 years, and instead buy new ones every 5 years or so.
-
Yeah I will read up on it, thanks for the tip!
-
Thanks! I think this is probably a big risk of not being able to find the hardware to play it.
Through other conversations I think the answer is to instead get a normal drive, USB connection, and every few years replace the drive and copy the data to the new drive, using an error resistant file system and something like rsync that validates that the files arrived correctly.
As technology changes, I'd move the files as needed onto the more modern media.
-
Thanks, I think the risk here is that there may not be hardware to read it.
From the suggestions here I'm thinking a hard drive with USB connection would be best. It won't last 50 years but instead I'd replace it every 5 years or so. I'd use an error resistant file system and plug it in each year to add the new files.
This way I also get the chance to move it to newer technology in future instead of a new hard drive. It would then only need to survive for some period of time after I last replaced it, so there's a good chance of it remaining readable for most of my life.
-
I'd rather cold storage but am thinking of looking along these lines, ZFS or btrfs on a standard HDD that I add files on to once a year and replace the disk every few years.
I have a standard backup setup I just want something that is more point in time and not connected to all the automation, in case I automatically delete everything.
-
Yeah after looking at the price of a drive, I agree it doesn't seem necessary at the level of data I have.
-
Tape isn't readable by normal people even if they found it tomorrow with a drive already configured to be used.
In 50 years good luck finding a working drive compatible with LTO4 when LTO32 is out (it's backwards compatible only with previous gen).
Unless you write on the box "here there are the keys for 100k bitcoins" they'll just trash the tape
-
Thanks, I think the risk here is that there may not be hardware to read it.
M-Disc DVDs are readable by ordinary DVD drives. So you could simply put a USB DVD drive alongside those backup M-Discs on the shelf.
-
Yup, turn it on, let it do a scrub, then turn it off. I'd still use redudnancy though. Not merely to cover the case of the drive failing, but also to cover the bit rot use case. It's exceedingly unlikely bits to rot at the exact same spot on two or more disks. When ZFS finds a checksum mismatch during a scrub (which indicates bit rot), it'll be able to trivially recover the data from the drive where the checksum matches. It'll then rewrite the rotten part.
-
-
-
-
Would that be two disks under a type of RAID or does ZFS have something?
-
I usually use a dehydrator for ~3 days on my drives to make them sell stable. So far I haven’t had any issues.
-
With 2 disks that would be type mirror in ZFS-speak, completely built-in. Equivalent to RAID1 in terms of hardware fault tolerance.
You could do a 3-disk mirror or n-disk mirror really. The RAID5/6 rough equivalents are called RAIDzN where N is the number of disk failures they tolerate. E g. RAIDz1, RAIDz2, etc. You probably want a mirror unless you need more space than a single disk provides.
-
Ah thanks, that gives me something to research.
-
you need to use fat32 if you want normal people to access the files
Otherwise, they will get the "You need to format the disk in drive before using it. Do you want to format it?" dialog, they blindly click "yes", then they will mumble to themselves "weird, he left behind a massive collection of blank drives..."
-
If this is your fear, why not just have a will or something that specifically describes what to do and where to go?