NAME

yars_disk_scan - scan a disk for corruption and report corrupt files to stdout

VERSION

version 1.33

SYNOPSIS

 yars_disk_scan -a
 yars_disk_scan /disk/one /disk/two

DESCRIPTION

Add a cron entry which does a yars_disk_scan periodically in order to check the md5s of all the files on disk.

OPTIONS

--all | -a

Scan all disks

--lock filename

Use the given filename as an exclusive lock to ensure that multiple scans are not performed concurrently. If there is already a scan in process, the scan will not commence, and instead the process will exit with a 0 return value.

AUTHOR

Original author: Marty Brandon

Current maintainer: Graham Ollis <plicease@cpan.org>

Contributors:

Brian Duggan

Curt Tilmes

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by NASA GSFC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.