TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

FSArchiver – Filesystem Archiver for Linux

53 pointsby electricantover 2 years ago

5 comments

ninefathomover 2 years ago
This seems like it could be a useful tool. At first read, there&#x27;s nothing here that cpio, md5sum, *zip*, and mkfs in tandem couldn&#x27;t do, but it simplifies the process.<p>The real question in my mind is if the &quot;attic space&quot; of learning a new tool and dragging it around everywhere is worth the convenience versus doing it The Old, Boring, Manual Way(TM). I suppose time will tell...
评论 #32833862 未加载
8fingerlouieover 2 years ago
Isn&#x27;t this basically just &quot;tar cvzf output.tar.gz &#x2F;source&#x2F;path&quot; ?<p>I&#x27;m sure there&#x27;s more to it, but reading the description tar seems to check most of (if not all) the boxes.<p>- File attributes (ownership, permissions, dates, etc)<p>- Extended attributes<p>- Multiple filesystems (tar is somewhat filesystem agnostic)<p>- Splitting into multiple volumes (tar -M for multi volume)<p>- Checksumming (tar does checksums on metadata, but not data)<p>- Restoring corrupt archives (tar skips unreadable parts of the data stream)
dataflowover 2 years ago
This sounds like it competes with... squashfs? Would be nice for them to have a comparison table.
评论 #32840233 未加载
cortesoftover 2 years ago
&gt; If the archive is corrupt, you just loose the current file, not the whole archive.<p>&gt; In case one file is damaged, FSArchiver will restore all the other files from your archive, so you won’t loose all your data.<p>Loose instead of lose is one my biggest pet peeves, and it appears at least twice on the main page!
评论 #32832969 未加载
loegover 2 years ago
Seems like tar, with internal checksums (instead of external checksums or FEC). I&#x27;d just stick with tar and add some par2 blocks if you are worried about bitrot.
评论 #32831271 未加载
评论 #32832315 未加载
评论 #32830976 未加载
评论 #32831748 未加载