exit

Purpose

Use the exit command to exit obtool. This command is functionally identical to the quit command.

See Also:

"Miscellaneous Commands" for related commands

Syntax

quit::=

ex•it [ --force/-f ]

Semantics

--force/-f

Exits obtool even if there are pending backup or restore requests. Specifying --force means that pending backup and restore requests are lost.

Normally, you cannot exit obtool when there are pending requests. You should submit pending requests to the scheduler by specifying --go on the backup or restore commands.

Example

Example 2-34 uses the --force option to exit obtool when a backup job is pending.

Example 2-34 Exiting obtool

ob> backup --dataset fullbackup.ds
ob> exit
Error: one or more backup requests are pending.  Use "quit --force" to
       quit now, or send the requests to the scheduler with "backup --go".
ob> exit --force