Skip to content

Utility to compute adler32 checksum of a list of files and compare it to a stored one

Notifications You must be signed in to change notification settings

drebatto/adler32_cmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

adler32_cmp

Compute the adler32 checksum of the given files and compare it to the value stored as extended attribute (using StoRM's name user.storm.checksum.adler32 by default).

When run interactively (with the -i switch), it prompts the user for actions to take when the stored value is missing or differ from the computed one, or if the file is unreadable (I/O error).

When not in interactive mode, the command line switch -c turns on or off the automatic correction of the stored checksum. No action is taken on unreadable files, they are just listed on stderr.

About

Utility to compute adler32 checksum of a list of files and compare it to a stored one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published