Comment on Is there any tape media backup system that works through USB?
CameronDev@programming.dev 6 hours agoDoes make you wonder who does use tape? Id assume big businesses just use cloud, so who is left that uses tape?
Comment on Is there any tape media backup system that works through USB?
CameronDev@programming.dev 6 hours agoDoes make you wonder who does use tape? Id assume big businesses just use cloud, so who is left that uses tape?
EarMaster@lemmy.world 5 hours ago
Depending on what cloud tier you are using they might use tape then (e.g. IBM Cloud Object Storage Deep Archive).
CameronDev@programming.dev 4 hours ago
Don’t clouds mostly just rely on replication across zones though?
I would have thought tapes were just too slow to be useful in that environment.
I’ll read up on the IBM deep archive.
EarMaster@lemmy.world 2 hours ago
Many use just HDDs. The load delay is usually because they don’t want to spin up every disk just for one chunk of a file, so they collect jobs and schedule spin up and down times.
But there are dedicated services that indeed use tape.
zarathustrad@lemmy.world 3 hours ago
I always assumed that’s why the cheaper longer term storage took so long to recover (having to physically retrieve copies, even if it’s automated), but I have no real knowledge on it. Interesting.