ursstatus(1M) SYSTEM ADMINISTRATION COMMANDS ursstatus(1M)
NAME
ursstatus - report the status of posted user file and directory restore requests
SYNOPSIS
ursstatus [-h ] [-j jobids] [-f c]
DESCRIPTION
With no options, ursstatus reports the status of all pending
restore requests issued by the user that are posted in the
restore status table. This command can only request the
status of restore requests that you have initiated.
Options
-f c Suppresses field wrap and specifies an output
field separator to be used. c is the character
that will appear as the field separator on the
display output. A null c will use a tab character
as a separator.
-h Suppresses header for the report.
-j jobids Restricts the report to the specified jobs.
jobids is a list of restore job ids (either
comma-separated or blank-separated and surrounded
by quotes). jobids must be valid for the invoking
user.
DIAGNOSTICS
The exit codes for ursstatus are the following:
0 = successful completion of the task
1 = one or more parameters to ursstatus are invalid.
2 = an error has occurred which caused ursstatus to fail to
complete all portions of its task.
EXAMPLE
ursstatus -j rest-354a,rest-429b
reports the status only of the two posted restore requests with
the specified jobids.
FILES
/etc/bkup/rsstatus.tab - tracks the status of all restore
requests from users
SEE ALSO
restore(1M), rsstatus(1M), urestore(1M)
1