Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

storebackupcheckbackup(1) [debian man page]

STOREBACKUPCHECKBACKUP(1)				User Contributed Perl Documentation				 STOREBACKUPCHECKBACKUP(1)

NAME
storeBackupCheckBackup.pl - checks if a file in the backup is missing or corrupted SYNOPSIS
storeBackupCheckBackup.pl -c backupDir [-v level] [-p number] [-i] 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. 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> COPYRIGHT
Copyright (c) 2008-2012 by Heinz-Josef Claes (see README) Published under the GNU General Public License v3 or any later version perl v5.14.2 2012-03-03 STOREBACKUPCHECKBACKUP(1)

Check Out this Related Man Page

STOREBACKUPUPDATEBACKUP(1)				User Contributed Perl Documentation				STOREBACKUPUPDATEBACKUP(1)

NAME
storeBackupUpdateBackup.pl - updates / finalizes backups created by storeBackup.pl with option --lateLink, --lateCompress SYNOPSIS
storeBackupUpdateBackup.pl -b backupDirectory [--autorepair] [--print] [--verbose] [--debug] [--lockFile] [--noCompress] [--progressReport number] [--checkOnly] [--logFile [--suppressTime] [-m maxFilelen] [[-n noOfOldFiles] | [--saveLogs]] [--compressWith compressprog]] storeBackupUpdateBackup.pl --interactive --backupDir topLevlDir [--autorepair] [--print] WARNING
!!! USAGE IN PARALLEL WITH storeBackup.pl CAN DESTROY YOUR BACKUPS !!! OPTIONS
--interactive, -i interactive mode for reparing / deleting currupted backups created with option '--lateLinks' --backupDir, -b top level directory of all backups (must exist) --autorepair, -a repair simple inconsistencies automatically without requesting the action --print print configuration read from configuration file and stop --verbose, -v verbose messages --debug, -d generate detailed information about the files with the linking information in it --lockFile, -L lock file, if exist, new instances will finish if an old is already running If set to the same file as in storeBackup it will prevent $prog from running in parallel to storeBackup, default is $lockFile --noCompress maximal number of parallel compress operations, default = chosen automatically --checkOnly -c do not perform any action, only check consistency --progressReport print progress report: after each 'number' files when compressing after each 'number * 1000' files when linking after each 'number * 10000' files when performing chmod --logFile, -l logFile, Default: stdout --suppressTime suppress output of time in logfile --maxFilelen, -m maximal length of log file, default = 1e6 --noOfOldFiles, -n number of old log files, default = 5 --saveLogs save log files with date and time instead of deleting the old (with [-noOldFiles]) --compressWith compress saved log files (e.g. with 'gzip -9'). default is 'bzip2' COPYRIGHT
Copyright (c) 2008,2012 by Heinz-Josef Claes. Published under the GNU General Public License v3 or any later version perl v5.14.2 2012-06-16 STOREBACKUPUPDATEBACKUP(1)
Man Page