Scroll to navigation

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 mode for reparing / deleting currupted
    backups created with option '--lateLinks'
    
    top level directory of all backups (must exist)
    
    repair simple inconsistencies automatically without
    requesting the action
    
    print configuration read from configuration file and stop
    
    verbose messages
    
    generate detailed information about the files
    with the linking information in it
    
    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
    
    maximal number of parallel compress operations,
    default = chosen automatically
    
    do not perform any action, only check consistency
    
    print progress report:
    
    logFile, Default: stdout
    
    suppress output of time in logfile
    
    maximal length of log file, default = 1e6
    
    number of old log files, default = 5
    
    save log files with date and time instead of deleting the
    old (with [-noOldFiles])
    
    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

2020-07-08 perl v5.30.3