Messages in this thread |  | | | Date | Tue, 17 Feb 2004 02:13:15 -0800 | | From | Paul Jackson <> | | Subject | Re: [PATCH] remove obsolete onstream support from ide-tape in 2.6.3-rc3 |
| |
> but can't read anything more than about a decade old.
Yes. One has to abandon the idea that offline storage is archival. It's just for disaster recovery. Archive online. Backup to removable disk, or, if you're Linus, everyone else's computer ;).
I keep everything I've ever done that I might ever want to see again (DOS, Warp, Win, Irix, Linux, ...) on one disk, my current disk. It gets copied over, and appended to.
If it's not on that disk or its backups, it no longer exists.
Backups, now on removable IDE drives, only have to last a year or so, in case I didn't realize something was missing for a while.
I'm working on a disk-to-disk backup program that is a radical departure from existing backups. It maintains a single version controlled ascii line oriented master list file, and plain copies of the backed up files, exactly one such copy per unique md5sum. It handles 50 Gbytes in 30 minutes (300+ files per second). 186 lines of Python. No tar, no cpio, no compression, no binary file formats, no streaming media; trivial and robust.
The economics of backup and archiving have changed, with the continuing rapid decline in dollars/bytes of online storage.
New strategies are called for.
-- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <pj@sgi.com> 1.650.933.1373 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |