the current directory for a file with the same name as the BackupDevice. Note
that the media class may not be changed.
-file FileName
Specifies the ASCII file that will be parsed for information about the backup
device (library). This option is used to modify an existing backup device (library).
If - is specified as FileName then data is read from stdin.
-remove_device BackupDevice
Removes information about the BackupDevice from the IDB.
-create_library FileName
Specifies the ASCII file containing the information about the library. This option
is used to create a new library. If - is specified as FileName then data is read
from stdin.
-modify_library Library
Uses the information in the uploaded file to modify an existing library in the IDB.
If no filename is specified using, the -file option the command searches the
current directory for a file with the same name as the Library. Note that the
media class may not be changed.
-remove_library Library
Removes information about the Library from the IDB.
EXAMPLES
The following examples illustrate how the omniupload command works.
1. To create a backup device using the information in the file "/tmp/Device", run:
omniupload -create_device /tmp/Device
2. To modify Library "Exabyte1" using the information in the file "/tmp/EXA", run:
omniupload -modify_library Exabyte1 -file /tmp/EXA
3. To remove backup device "Stacker", run:
omniupload -remove_device Stacker
SEE ALSO
omniamo(1), omnidownload(1), omnimcopy(1), omniminit(1), omnimlist(1),
omnimm(1), omnimnt(1), omnimver(1), sanconf(1M), uma(1M)
270