next up previous contents
Next: storeBackup_du.pl Up: Components / Programs to Previous: storeBackupMount.pl   Contents


storeBackupCheckBackup.pl

storeBackupCheckBackup.pl verifies the consistency of a backup by using the md5 sums generated during the backup in .md5CheckSums and compares these with just calculated ones. It also checks all files in the backup and the files considered in .md5CheckSums for existence or non-existence.

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

-print
print the configuration parameters and stop processing
-checkDir / -c
The repository, where all your backups to check are stored. If you have one series of backup (eg. from one computer), this will normally be similar to the directory where you backups are. If you want to check one backup only, choose that backup explicitely. You can also choose the symbolic link generated by option linkToRecent of storeBackup (see section 4.2).
You have to specify this parameter.
-verbose / -v
Verbose. Print some extra messages so you see what's happening.
-parJobs / -p / parJobs
Maximum number of parallel search operations. The default value is chosen automatically as the number of cores plus 1.
-includeRenamedBackups / -i
By using this option, renamed backups are checked also If you have renamed backups specified with option -checkDir. Renamed backups have to follow the scheme backupDirName$-$something, eg. 2012.01.30_15.21.03$-$renamed. Also see section 5.2.


next up previous contents
Next: storeBackup_du.pl Up: Components / Programs to Previous: storeBackupMount.pl   Contents
Heinz-Josef Claes 2012-02-12