1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
.TH PRINT_ERRORS 8 "1998 February 9" "Debian Project"
.SH NAME
print_errors \- utility to extract error messages from afbackup
.SH SYNOPSIS
.B print_errors
[ -c <configuration-file> ] [ -<past-backup-no> ]
[ -I <indexfile-part> ] [ -V <var-directory> ]
[ -N <num-indexes-to-store> ]
[ -z <compress-cmd> <uncompress-cmd> ]
.SH DESCRIPTION
If no option of the type
.I -<past-backup-no>
is supplied (e.g. -2 ),
the most recently made backup is accessed. If an option like this
is given, the backup system tries to extract the errors from the
backup before ( -1 ) or even an earlier one. This requires, that
enough file- and directory-name-logging is provided. This can be
done with the client-side configuration parameter NumIndexesToStore.
A different configuration file can be supplied with
the
.B -c
option.
.TP
.B -c
Use the given file for configuration information
.TP
.B -I <idx-prefix>
The first part of the filename, the names of the
stored files and directories can be found. The
current total backup number is appended (that
increments each start of a full backup). If these
files undergo compression, .z is appended
.TP
.B -N <num-idxes>
The number of filename list files, that is stored
over time. A new list is begun at each start of
a full backup (except -a is supplied)
.TP
.B -V <var-dir>
The directory, where varying files are put
.TP
.B -z <zipcmd> <unzipcmd>
The commands to use for compress and uncompress. If
a command comprises of several words, it must be
put in quotes
.SH FILES
.IP @clientvardir@/@clientconf@
Client configuration file
.IP @clientlogdir@
The directory for logging the client backups
.IP @clientvardir@
Some internal state information of the client backups.
.SH SEE ALSO
afclientconfig(8), xafclientconfig(8), full_backup(8),
incr_backup(8), afverify(8), afrestore(8), print_errors(8),
afclient.conf(8), afserver.conf(8), tar(1)
.SH AUTHOR
.B afbackup
was written by Albert Fluegel (af@muc.de). This manpage was
extracted from the text docs by Christian Meder
(meder@isr.uni-stuttgart.de).
|