<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Cold-Storage on rHomelab</title><link>https://rhomelab.com/tags/cold-storage/</link><description>Recent content in Cold-Storage on rHomelab</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 09 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://rhomelab.com/tags/cold-storage/index.xml" rel="self" type="application/rss+xml"/><item><title>LTO Tape for Data Hoarders: When It's Actually Worth the Complexity</title><link>https://rhomelab.com/data-hoarding/lto-tape-backup-for-data-hoarders/</link><pubDate>Wed, 09 Sep 2026 00:00:00 +0000</pubDate><guid>https://rhomelab.com/data-hoarding/lto-tape-backup-for-data-hoarders/</guid><description>LTO tape looks like ancient technology until you do the per-terabyte math at real hoarder scale. Here&amp;#39;s what LTO actually costs, where it fits next to disk, and the gotchas that catch people who buy a drive without planning for them.</description><content:encoded><![CDATA[<p>Every data hoarder eventually hits the same wall: the array keeps growing, the electric bill for spinning a dozen drives 24/7 keeps growing with it, and the off-site backup story (see the <a href="/data-hoarding/3-2-1-backup-strategy/">3-2-1 backup guide</a> if you haven&rsquo;t nailed that down yet) gets more expensive every time you add another few TB. At some point, usually somewhere past the 50-100TB mark, people start hearing the same suggestion from old-school sysadmins: buy a tape drive. It sounds like a joke. It isn&rsquo;t.</p>
<p>LTO tape is not a replacement for your NAS. It&rsquo;s not even a great fit for most people&rsquo;s backup strategy below a certain scale. But at the point where disk-based cold storage starts costing real money every year just to sit there doing nothing, tape&rsquo;s economics flip in a way that&rsquo;s worth understanding before you dismiss it as a museum piece.</p>
<h2 id="what-lto-actually-is">What LTO actually is</h2>
<p>LTO (Linear Tape-Open) is an open standard, jointly developed by HP, IBM, and Quantum, specifically so tape media and drives wouldn&rsquo;t be locked to one vendor the way earlier tape formats were. It&rsquo;s now in its ninth generation, and each generation roughly doubles native capacity over the last:</p>
<table>
	<thead>
			<tr>
					<th>Generation</th>
					<th>Native capacity</th>
					<th>Compressed (typical)</th>
					<th>Released</th>
			</tr>
	</thead>
	<tbody>
			<tr>
					<td>LTO-6</td>
					<td>2.5TB</td>
					<td>~6.25TB</td>
					<td>2012</td>
			</tr>
			<tr>
					<td>LTO-7</td>
					<td>6TB</td>
					<td>~15TB</td>
					<td>2015</td>
			</tr>
			<tr>
					<td>LTO-8</td>
					<td>12TB</td>
					<td>~30TB</td>
					<td>2017</td>
			</tr>
			<tr>
					<td>LTO-9</td>
					<td>18TB</td>
					<td>~45TB</td>
					<td>2021</td>
			</tr>
	</tbody>
</table>
<p>Compressed figures assume a 2.5:1 compression ratio, which is the marketing number every vendor quotes. Real-world ratios depend entirely on your data. Media files (the bulk of most data hoarders&rsquo; storage) are already compressed and won&rsquo;t compress further on tape, so treat native capacity as the honest number for planning and the compressed figure as a best case you probably won&rsquo;t hit.</p>
<p>Tapes are written and read sequentially, like a cassette, not randomly like a disk. That&rsquo;s the single biggest thing to internalize before buying one: LTO is an archival medium, not a working filesystem. You don&rsquo;t browse it. You write a backup job to it and you restore from it. Trying to use it like a slow external drive is the fastest way to get frustrated with the whole format.</p>
<h2 id="the-cost-math-that-makes-people-reconsider">The cost math that makes people reconsider</h2>
<p>This is the actual reason to care about a decades-old format in 2026. Compare the economics at real hoarder scale.</p>
<p>A single LTO-8 tape holds 12TB native and costs somewhere in the $40-70 range new (used/off-lease media is cheaper but riskier, see below). That&rsquo;s roughly $3-6 per TB for the media itself. A comparable amount of cold storage on spinning disk, even shucked externals (see the <a href="/data-hoarding/hard-drive-shucking-guide/">hard drive shucking guide</a> for that angle), runs closer to $12-18 per TB once you factor in the drive, and that drive is a moving mechanical part sitting powered-off in a closet degrading anyway, or powered-on and burning electricity to protect data nobody&rsquo;s touched in two years.</p>
<p>The catch, and it&rsquo;s a real one, is the drive itself. A tape drive with a SAS interface (LTO doesn&rsquo;t do SATA) runs anywhere from a few hundred dollars used for an older generation to well over a thousand new for current-generation hardware, plus you&rsquo;ll need a SAS HBA if your box doesn&rsquo;t already have one (the same kind of card covered in the <a href="/hardware/hba-cards-it-mode-flashing/">HBA and IT-mode flashing guide</a>, though tape drives typically want a straightforward SAS initiator connection rather than an IT-mode-flashed card meant for disk pass-through). That drive cost is the whole reason tape only makes sense past a certain scale: it&rsquo;s a large fixed cost amortized across however many tapes you eventually buy. Buy one tape and the true cost per TB is absurd. Buy forty tapes over a few years and the drive cost per TB approaches zero while the media cost per TB stays flat, which is the opposite of how disk economics work (every additional TB on disk costs roughly the same as the last one, with no fixed cost to amortize away).</p>
<p>Rough breakeven, in practice: if you&rsquo;re archiving under 20-30TB total and don&rsquo;t expect that to grow much, buy more disk. Past 50-100TB of genuinely cold data you&rsquo;re comfortable not touching for months or years at a time, tape starts winning on both cost and long-term reliability.</p>
<h2 id="where-it-actually-fits-a-third-tier-not-a-replacement">Where it actually fits: a third tier, not a replacement</h2>
<p>Tape is not your primary storage and it&rsquo;s not even your primary backup. Think of it as a third tier that sits underneath both:</p>
<ol>
<li><strong>Primary array</strong> - your live, working data. ZFS or whatever pool you&rsquo;re running day to day, with the redundancy covered in the <a href="/data-hoarding/raid-redundancy-guide/">RAID redundancy guide</a> and the corruption detection covered in the <a href="/data-hoarding/bit-rot-checksums-scrubbing/">bit rot guide</a>.</li>
<li><strong>Backup</strong> - a second copy, on different media, ideally off-site, per the 3-2-1 guide linked above. This is what you restore from on a normal bad day: a dead drive, a fat-fingered <code>rm -rf</code>, a failed pool.</li>
<li><strong>Cold archive</strong> - data you&rsquo;re keeping because deleting it feels wrong, not because you access it. Finished projects, old media rips you&rsquo;re unlikely to rewatch soon, footage, anything you&rsquo;d be sad to lose but wouldn&rsquo;t notice missing for months. This is where tape belongs.</li>
</ol>
<p>Trying to make tape your only backup is a mistake, because restoring from tape is slow and sequential (finding one file means shuttling the tape to the right position, not an instant seek) and because a single tape drive is itself a single point of failure with no redundancy unless you buy a second one. Tape earns its keep as the layer that takes cold data off your spinning disks entirely, freeing up array space and cutting the power bill for drives that were only spinning to hold data nobody was reading anyway.</p>
<h2 id="ltfs-vs-real-backup-software">LTFS vs real backup software</h2>
<p>You have two broad approaches to actually writing to tape:</p>
<p><strong>LTFS (Linear Tape File System)</strong> presents the tape as something closer to a regular filesystem, letting you drag-and-drop files onto it with normal OS tools once it&rsquo;s mounted. It&rsquo;s the easiest on-ramp for a home user and works fine for straightforward &ldquo;copy this folder to tape&rdquo; archival. The tradeoff is that LTFS doesn&rsquo;t give you incremental backups, verification, or a searchable catalog of what&rsquo;s on which tape. You&rsquo;re the catalog.</p>
<p><strong>Dedicated backup software</strong> (Bacula and Amanda are the two open-source options homelabbers actually reach for; Veeam and Commvault dominate on the commercial/enterprise side but are overkill and expensive for a home setup) treats tape as a proper backup target: it tracks what&rsquo;s on which tape in a database, handles incremental jobs, verifies writes, and can span a backup job across multiple tapes automatically when one fills up. This is meaningfully more setup work than LTFS, but it&rsquo;s the difference between &ldquo;I have a pile of tapes and a spreadsheet&rdquo; and &ldquo;I can actually find and restore a specific file from six months ago without guessing which tape it&rsquo;s on.&rdquo;</p>
<p>For anything past a handful of tapes, use real backup software. The point where LTFS&rsquo;s simplicity stops paying off and its lack of cataloging starts costing you time is lower than most people expect, usually somewhere around tape number five or six, once you can no longer just remember what&rsquo;s where.</p>
<h2 id="the-gotchas-that-catch-people">The gotchas that catch people</h2>
<p><strong>Used drives are a real gamble.</strong> The used-enterprise-gear market (see the <a href="/hardware/buying-used-enterprise-gear/">buying used enterprise gear guide</a> for the general version of this advice) applies doubly to tape drives, because a tape drive has more precision moving parts than almost anything else in a homelab, and a worn read/write head or dirty tape path can silently produce bad writes that look fine until you try to restore. Buy from a seller with return policy, and run a full write-then-verify pass on the first few tapes before trusting the drive with anything you can&rsquo;t lose.</p>
<p><strong>Generational compatibility is narrower than people assume.</strong> An LTO drive can typically read two generations back and write one generation back (an LTO-8 drive reads LTO-6 and LTO-7, writes LTO-7 and LTO-8, but can&rsquo;t touch LTO-9 media at all). Buying an odd mix of drive and tape generations off eBay without checking this table first is a common way to end up with tapes a drive can&rsquo;t use.</p>
<p><strong>It&rsquo;s genuinely loud and it runs hot under load.</strong> These are enterprise mechanisms built for datacenter racks, not quiet home offices. Plan for where it physically lives accordingly, the same consideration that applies to used enterprise gear generally.</p>
<p><strong>Tape is not immune to failure, it&rsquo;s just failure on a different, generally more forgiving timeline.</strong> Tape media has a real, if long, shelf life (LTO media is commonly rated for 15-30 years under proper storage conditions: cool, dry, away from strong magnetic fields), and a specific tape can still fail to read. It&rsquo;s not a substitute for having more than one copy of anything irreplaceable, it just makes the &ldquo;more than one copy&rdquo; math a lot cheaper at scale.</p>
<p><strong>Air-gapped, and that&rsquo;s a real security feature, not a nostalgia bonus.</strong> A tape sitting on a shelf, unmounted, is completely unreachable by ransomware, a compromised backup server, or a bad automation script that decides to delete things. That&rsquo;s a genuinely different threat model than any always-connected backup destination, disk, cloud, or otherwise, and it&rsquo;s part of why enterprises never fully abandoned tape even with cloud cold storage tiers available.</p>
<h2 id="is-it-actually-worth-it-for-you">Is it actually worth it for you</h2>
<p>Be honest about your actual data growth and access patterns before buying anything. Tape rewards people who have accumulated a real, non-trivial amount of genuinely cold data (measured in tens of terabytes, not a handful) and who don&rsquo;t mind a slower, more deliberate archival workflow in exchange for lower long-run cost and a truly offline copy. It punishes people who buy a drive expecting it to behave like a slow external disk, or who don&rsquo;t have enough data yet to amortize the drive cost.</p>
<p>If that&rsquo;s not you yet, keep building out disk-based redundancy and off-site backup first. Tape is the tier you add once those are solid and your cold-data pile has grown past the point where another external drive is the obvious answer.</p>
]]></content:encoded></item></channel></rss>