Air Cleaner User Manual

-r user=[u|a]
Specifies user read permission when writing to a disk image file. u indicates
only this user can read the file. a indicates any user can read the file.
-r host=[h|a]
Specifies host read permission when writing to a disk image file. h indicates
only this host can read the file. a indicates any host can read the file.
-R
Indicates the file list and table of contents file, if any, are to be removed after
the command is complete.
-S
Indicates the backup should be performed using a sequential write-policy. In
this case, the backup is written to the first device. When full, the next device in
the list is used for the second volume. Only when all specified devices are full
are you prompted to change the media in all drives. This option should be
used by default when only one device name is specified.
-t type
Indicates the type of backup being performed. Valid types are d
(file/directory), l (raw logical volume), v (volume group), 0 through 9
(incremental filesystem level)oro (other).
-T file
Indicates the table of contents, included in the file specified by the file
parameter, should be included on the backup.
-v Indicates summary header information should be displayed before writing the
data. This information is sent to standard error.
-x Indicates the progress indicator should be displayed as the files are being
written. If -x is used, the command sending the data to sbwrite should not
update the screen.
Examples
1. To create a backup of all files using the AIX backup command, compressing the
data with sbcomp and formatting the output to 2 parallel auto-loading tape
drives, rmt0 and rmt1, type:
find / -print | backup -ivqf- | sbcomp | sbwrite -aP \
-td rmt0 rmt1
2. To write the file /home/myfile sequentially to the virtual device vdev1,
including a backup description and displaying the progress indicator while
writing, type:
cat /home/myfile | sbwrite -x -td -n"Transaction log" \
vdev1
3. To write the file list contained in the file /tmp/filelist to a backup of the /home
directory, writing multiple copies to drives /dev/rmt1, /dev/rmt2, and /dev/rmt3,
type:
find /home -print | backup -ivqf- | sbwrite -Cv -td \
-n"/home" -L/tmp/filelist rmt1 rmt2 rmt3
Files
/usr/lpp/sysback/.remote_access
Contains list of hosts and users that are allowed to
execute commands on the local system.
A-88 IBM Tivoli Storage Manager for System Backup and Recovery: Installation and Users Guide