Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

storebackupupdatebackup(1) [debian 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)

Check Out this Related Man Page

GLANCE-CACHE-PREFETCHER(1)					      Glance						GLANCE-CACHE-PREFETCHER(1)

NAME
glance-cache-prefetcher - Glance Cache Pre-fetcher GLANCE IMAGE CACHE PRE-FETCHER Author glance@lists.launchpad.net Date 2012-01-03 Copyright OpenStack LLC Version 2012.1-dev Manual section 1 Manual group cloud computing SYNOPSIS glance-cache-prefetcher [options] DESCRIPTION This is meant to be run from the command line after queueing images to be pretched. OPTIONS --version show program's version number and exit -h, --help show this help message and exit --config-file=PATH Path to a config file to use. Multiple config files can be specified, with values in later files taking precedence. The default files used are: [] -d, --debug Print debugging output --nodebug Do not print debugging output -v, --verbose Print more verbose output --noverbose Do not print verbose output --log-config=PATH If this option is specified, the logging configuration file specified is used and overrides any other logging options specified. Please see the Python logging module documentation for details on logging configuration files. --log-format=FORMAT A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. Default: none --log-date-format=DATE_FORMAT Format string for %(asctime)s in log records. Default: none --log-file=PATH (Optional) Name of log file to output to. If not set, logging will go to stdout. --log-dir=LOG_DIR (Optional) The directory to keep log files in (will be prepended to --logfile) --use-syslog Use syslog for logging. --nouse-syslog Do not use syslog for logging. --syslog-log-facility=SYSLOG_LOG_FACILITY syslog facility to receive log lines SEE ALSO o OpenStack Glance BUGS o Glance is sourced in Launchpad so you can view current bugs at OpenStack Glance AUTHOR
OpenStack COPYRIGHT
2010-present, OpenStack, LLC. 2012.1.1 March 14, 2013 GLANCE-CACHE-PREFETCHER(1)
Man Page