logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

storeBackupCheckBackup.pl - checks if a file in the backup is missing or corrupted

Description

       This program calculates md5 sums from the files in the backup and compares them with md5 sums stored by
       storeBackup.pl.  It so will recognize, if a file in the backup is missing or currupted.  It only checks
       plain files, not special files or symbolic links.

Name

       storeBackupCheckBackup.pl - checks if a file in the backup is missing or corrupted

Options

--print
                   print configuration parameters and stop

       --checkDir, -c
                   backup or top of backups to check

       --backupRoot, -b
                   root of storeBackup tree, normally not needed

       --verbose, -v
                   generate statistics

       --parJobs, -p
                   number of parallel jobs, default = chosen automatically

       -i, <--includeRenamedBackups>
                   include renamed backups into the check
                   renamed backups must follow the convention <backupDir>-<something>

Synopsis

               storeBackupCheckBackup.pl -c backupDir [-v level] [-p number] [-i]

See Also