ltfs VS archive-program

Compare ltfs vs archive-program and see what are their differences.

ltfs

Reference implementation of the LTFS format Spec for stand alone tape drive (by LinearTapeFileSystem)

archive-program

The GitHub Archive Program & Arctic Code Vault (by github)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ltfs archive-program
9 8
219 2,998
3.2% 0.0%
6.2 0.0
5 months ago about 2 months ago
C
BSD 3-clause "New" or "Revised" License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ltfs

Posts with mentions or reviews of ltfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • Controller with correct block size for LTFS
    2 projects | /r/LTO_LTFS_Tape_Copy | 10 Mar 2023
    Hi, What is the LTFS 'driver' you use for this? Some LTFS version provide a mode for supporting the buggy HBA. This helps time to time with some. It can be worst to try . Here is one version of LTFS i can recommend to use, and a link to an explanation about the Buggy HBA mode: https://github.com/LinearTapeFileSystem/ltfs/wiki/HBA-info And link to issue of user having potential similar problem https://github.com/LinearTapeFileSystem/ltfs/issues/144
  • Alternative to using LTFS on LTO ?
    1 project | /r/DataHoarder | 27 Jan 2023
    I think IBM are actually the ones writing the reference implementation that HP and everyone else are basing their LTFS drivers on, so the compatibility list includes more than just IBM drives. In a production environment you'll probably be using the vendor software in any case. But I built the reference implementation on my home machine previously and it worked fine. https://github.com/LinearTapeFileSystem/ltfs
  • HPE StoreOpen for Windows
    4 projects | /r/DataHoarder | 17 Jan 2023
    There is also a fair amount of energy going into the reference ltfs implementation, which I’ve yet to try properly: https://github.com/LinearTapeFileSystem/ltfs I suspect using this version would be a good idea in the long term.
  • LTFS on CentOS 6?
    1 project | /r/sysadmin | 8 Dec 2022
    Is LTFS (including "mkltfs") on any repo? Is CentOS 6 still supported? The IBM docs suggest RHEL6 was supported. I found an LTFS GitHub, but of course it says CentOS 7+ is needed. It doesn't show support for newer Linux releases, though (CentOS9/RHEL9, Ubuntu 20/22, Debian 10/11, etc.), so I'm not sure if there is a better source for LTFS.
  • Cheapest Backup software for use with LTO Tape Library
    1 project | /r/sysadmin | 27 Sep 2022
  • LTO Tape data storage for Linux nerds
    4 projects | news.ycombinator.com | 27 Jan 2022
    I recently purchased a LTO-5 drive for my Gentoo-based NAS and have a few key takeaways for those who are interested. Don't buy a HP tape drive if you want to use LTFS on Linux! HPE Library & Tape Tools is prety much dead on modern Linux. Official support is only for RHE 7.x and a few versions of Suse. Building from source is a dependency nightmare that will leave you pulling hair. IBM drives have much better Linux support thanks to https://github.com/LinearTapeFileSystem/ltfs. That being said, IMO, you should consider ditching LTFS for good ol' TAR! It's been battle tested since 1979 and can be installed on basically anything. TAR is easy to use, well documented, and makes way more sense for linear filesystems. While drag&drop is nice and all, it really does not make sense for linear storage.
  • Fujifilm Created a Magnetic Tape That Can Store 580 Terabytes
    1 project | /r/gadgets | 29 Dec 2020
    Looks fairly active to me

archive-program

Posts with mentions or reviews of archive-program. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-08.
  • Artic Code Vault
    2 projects | news.ycombinator.com | 8 Sep 2023
  • In practice, cool URLs can become inaccessible even if they don't change
    1 project | news.ycombinator.com | 1 Jul 2023
    If you ever end up in the distant future, go to Svalbard and look for the Arctic World Archive. They have microfilm copies of a huge amount of data. They have Wikipedia pages in microfilm format, so all you need is a magnifying glass to get started. You can then look for the Github Code Vault slides that explain how to restart technology from scratch and run the code in the git repository archives.

    https://github.com/github/archive-program/blob/master/GUIDE....

    https://github.com/github/archive-program/blob/master/TheTec...

    https://arcticworldarchive.org/

  • Will historians thousands of years from now have a significantly harder time studying us because we no longer store any information on stone tablets? Like if the Sumerians stored the Epic of Gilgamesh on the latest SSD we would know a lot less.
    2 projects | /r/AskHistorians | 1 Jan 2023
    According to Github:
  • Checked C
    14 projects | news.ycombinator.com | 21 Dec 2022
    > But why not for instance use a build system in some "container"?

    I am not sure how this helps.

    > I think the project could "bother" contributors with something like that, couldn't it?

    Which project?

    > An embedded C developer I've talked with quite often on some other forum, who imho is quite competent, said that Coverity is a poor tool that generates way too much false negatives and overlooks at the same time glaring issues.

    He likely violated a license agreement with Coverity, since no one is allowed to say anything comparing Coverity to anything else.

    > Said that's mostly an issue with all OpenSource tools for static C analysis.

    I have been filing bug reports.

    > OTOH the commercial ones are very expensive usually, with a target market of critical things like aviation of safety systems in cars and military use, places where they spend billions on projects. Nothing there for the average company, and especially not for (frankly often underfunded) OpenSource projects.

    So you understand my pain.

    > CodeQL? It's mostly an semantic search and replace tool, as I know? Is it that helpful? (I had a look, but the projects I'm working on don't require it. One would just use the IDE. No need for super large-scale refactorings, across projects, in our case).

    I have never heard about this function. It is a static analyzer whose checks are written in the CodeQL language. However, it is very immature. When github acquired it, they banished the less reliable checks to the extended-and-security suite, leaving it only with about ~50 checks for C/C++ code. Those catch very little, although in the rare instances that they do catch things, the catches are somewhat amazing. Unfortunately, at least one of those checks provides technically correct, yet difficult to understand, explanations of the problem, so most developers would dismiss its reports as false positives despite it being correct:

    https://github.com/github/codeql/issues/11744

    There are probably more issues like that, but I have yet to see and report them.

    > SonarCloud, hmm… This one I've used (around web development though). But am not a fan of. It bundles other "scanner" tools, with varying quality and utility. At least what they had for the languages I've actively used it was mostly about "style issues". And when it showed real errors, the IDE would do the same… (The question then is how this could be committed in the first place. But OK, some people just don't care. For them you need additional checks like SonarCloud I guess.)

    It is supposed to be able to integrate into github's code scanning feature, so any newly detected issues are reported in the PR that generated them. Anyway, it is something that I am considering. I wanted to use it much sooner, but it required authorization to make changes to github on my behalf, which made me cautious about the manner in which I try it. It is basically at the bottom of my todo list right now.

    > Wouldn't it be easy to add at least this to the build by using some "build container"?

    I do not understand your question. To use it, we need a few things:

    1. To be able to show any newly introduced defect reports in the PR that generated them shortly after it was filed.

    2. To be able to scan the kernel modules since right now, it cannot due to a bad interaction between the build system and how compiler interposition is done. As of a few days ago, I have a bunch of hacks locally that enable kernel module scans, but this needs more work.

    > Well, that's why I think something equivalent to `-Wall -Werror` should be switched on before writing the first line of code, in any language.

    OpenZFS has had that in place for more than a decade. I do not know precisely when it was first used (although I could look if anyone is particularly interested), but my guess is 2008 when ZFSOnLinux started. Perhaps it was done at Sun before then, but both events predate me. I became involved in 2012 and it is amazing to think that I am now considered one of the early OpenZFS contributors.

    Interestingly, the earliest commits in the OpenZFS repository referencing static analysis are from 2009 (with the oldest commit being from 2008 when ZFSOnLinux started). Those commits are ports of changes from OpenSolaris based on defect reports made by Coverity. There would be no more commits mentioning static analysis until 2014 when I wrote patches fixing things reported by Clang's static analyzer. Coverity was (re)introduced in 2016.

    As far as the current OpenZFS repository is concerned, knowledge of static analysis died with OpenSolaris and we lost an entire form of QA until we rediscovered it during attempts to improve QA years later.

    > But I guess I will stay with engraving my data into solid rock. Proven for at least hundred thousand years.

    That method is no longer reliable due to acid rain. You would need to bury it in a tomb to protect it from acid rain. That has the pesky problem of the pointers being lost over time.

    > At least someone needs to preserve the cat pictures and meme of our current human era for the cockroach people of the distant future. I'm not sure they will have a compatible Linux kernel and compiler available to build the ZFS drivers, or even punch card readers…

    Github's code vault found a solution for that:

    https://github.com/github/archive-program/blob/master/GUIDE....

    I vaguely recall another effort trying to include the needed hardware in time capsules, but I could be misremembering.

  • Maybe a Weird Request.
    1 project | /r/embedded | 6 Mar 2022
    For long(er) therm you could check out the GitHub Arctic Code Vault.
  • LTO Tape data storage for Linux nerds
    4 projects | news.ycombinator.com | 27 Jan 2022
  • Artic Code Vault Guide
    1 project | news.ycombinator.com | 21 Feb 2021

What are some alternatives?

When comparing ltfs and archive-program you can also consider the following projects:

littlefs - A little fail-safe filesystem designed for microcontrollers

noplate - generic data structures

stfs - Simple Tape File System (STFS), a file system for tapes and tar files.

CodeHawk-C - CodeHawk C Analyzer: sound static analysis of memory safety (undefined behavior)

ltfs - ltfs4archivists

ikos - Static analyzer for C/C++ based on the theory of Abstract Interpretation.

hmg - Personal Gentoo/Linux configurations

codeql - CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security

ledger-app-lto - Community made LTO Network wallet application for Ledger devices

c2nim - c2nim is a tool to translate Ansi C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand before and after the translation process.

ltfs - Reference implementation of the LTFS format Spec for stand alone tape drive

wuffs - Wrangling Untrusted File Formats Safely