=head1 NAME
backup_savedb - Creates a saved copy of the Backup Database
=head1 SYNOPSIS
=for html
B S<<< [B<-portoffset> >] >>>
S<<< [B<-archive> >+] >>> [B<-localauth>]
S<<< [B<-cell> >] >>> [B<-help>]
B S<<< [B<-p> >] >>>
S<<< [B<-a> >+] >>>
[B<-l>] S<<< [B<-c> >] >>> [B<-h>]
=for html
=head1 DESCRIPTION
The B command creates a backup copy of the entire Backup
Database and writes it to the tape in the device controlled by the Tape
Coordinator indicated with the B<-portoffset> argument. If the database is
damaged (as reported by the B command), this command
repairs as much of the corruption as possible as it creates the saved
copy. The Backup Server creates a dump record for the saved database in
the Backup Database (but in the disk version of the database only, not in
the version written to tape).
If the C instruction appears in the
F> file associated with the specified
port offset, then the B command dumps the database copy to
the backup data file listed for that port offset in the Tape Coordinator's
F file, instead of to tape. For the sake of
clarity, the following text refers to tapes only, but the Backup System
handles backup data files in much the same way.
If the B<-archive> flag is provided, after writing the saved copy of the
database the Backup System truncates the copy of the database on disk by
deleting volume dump records with timestamps prior to the specified date
and time (it does not delete the dump records created by previous B commands, however).
If the tape to which the database copy is written has an AFS tape name, it
must be C or C<< >>. Any permanent name is
acceptable.
The Tape Coordinator's default response to this command is to access the
first tape by invoking the C instruction in the local
F> file, or by prompting the backup
operator to insert the tape if there is no C instruction. However,
if the C instruction appears in the F>
file, or if the issuer of the B command included the B<-noautoquery>
flag, the Tape Coordinator instead expects the tape to be in the device
already. If it is not, the Tape Coordinator invokes the C
instruction or prompts the operator. It also invokes the C
instruction or prompts for any additional tapes needed to complete the
operation; the backup operator must arrange to provide them.
=head1 OPTIONS
=over 4
=item B<-portoffset> >
Specifies the port offset number of the Tape Coordinator handling the
tapes for this operation.
=item B<-archive> >+
Specifies a date and time; volume dump records with earlier timestamps are
deleted from the disk copy of the Backup Database after the Backup System
dumps the database (a dump's timestamp appears in the C field of
the output from the B command). However, if a dump set
contains any dump created after the specified date, none of the dump
records associated with the dump set are deleted. Dump records for
previous dumps of the database (created with the B command)
are never deleted; use the B command to remove them.
Provide one of two values:
=over 4
=item *
The string C to indicate the current date and time, in which case the
Backup System deletes all dump records except those for dumps of the
Backup Database itself.
=item *
A date value in the format I [I]. The month (I),
day (I), and year (I) are required, and valid values for the
year range from C<1970> to C<2037>; higher values are not valid because
the latest possible date in the standard UNIX representation is in
February 2038. The Backup System automatically reduces any later date to
the maximum value.
The hour and minutes (I) are optional, but if provided must be in
24-hour format (for example, the value C<14:36> represents 2:36 p.m.). If
omitted, the time defaults to 59 seconds after midnight (00:00:59
hours). Similarly, the B command interpreter automatically adds 59
seconds to any time value provided. In both cases, adding 59 seconds
compensates for how the Backup Database and B command
represent dump creation times in hours and minutes only. That is, the
Database records a creation timestamp of C<20:55> for any dump created
between 20:55:00 and 20:55:59. Automatically adding 59 seconds to a time
thus includes the records for all dumps created during that minute.
=back
=item B<-localauth>
Constructs a server ticket using a key from the local
F file. The B command interpreter presents
it to the Backup Server, Volume Server and VL Server during mutual
authentication. Do not combine this flag with the B<-cell> argument. For
more details, see L.
=item B<-cell> >
Names the cell in which to run the command. Do not combine this argument
with the B<-localauth> flag. For more details, see L.
=item B<-help>
Prints the online help for this command. All other valid options are
ignored.
=back
=head1 EXAMPLES
The following example writes a copy of the Backup Database to the tape
device controlled by the Tape Coordinator with port offset 1:
% backup savedb -portoffset 1
=head1 PRIVILEGE REQUIRED
The issuer must be listed in the F file on every
machine where the Backup Server is running, or must be logged onto a
server machine as the local superuser C if the B<-localauth> flag is
included.
=head1 SEE ALSO
L,
L,
L,
L,
L
=head1 COPYRIGHT
IBM Corporation 2000. All Rights Reserved.
This documentation is covered by the IBM Public License Version 1.0. It was
converted from HTML to POD by software written by Chas Williams and Russ
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.