Giter VIP home page Giter VIP logo

tape-check's Introduction

md5check

A simple tool to check md5 checksums on systems with limited primary and slow secondary storage like tape storage.

It will read checksum files created by md5sum and from there try to open (and thus trigger recall of) and check as many files as possible within a given size limit. An optional release command can be given, to be executed after a file was completely red.

Examples

Check in the current directory with defaults

This will try to read the file md5sum in the current directory and check files therein.

md5check

Check multiple directories

md5check 1902??/md5sum --limit 700 --release "ivdfile --release"

This will try to read the files md5sum in the subdirectories fitting the pattern 1902?? in the current directory and check files therein.

  • at no point in time will be more than 700G active in the primary filesystem
  • the command ivdfile --release will be called on finished files

fully static linked build

In case of problems with GLIBC on ancient Linuxes try a fully static build.

rustup target add x86_64-unknown-linux-musl
cargo build --target x86_64-unknown-linux-musl

tape-check's People

Contributors

derorfa avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.