Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Run Backup (RUNBCKUP) command allows the user to run a predefined backup of specified objects to tape. The backup may include libraries (all user libraries or those selected in the backup list), folders (all folders or root folders selected in the backup list), security data, configuration data, mail, and calendars.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
BCKUPOPT | Backup options | *DAILY, *WEEKLY, *MONTHLY | Required, Key, Positional 1 |
DEV | Device | Single values: *BCKUPOPT Other values (up to 4 repetitions): Name |
Optional, Positional 2 |
Top |
Specifies the backup options to use.
This is a required parameter.
Top |
Specifies a list of tape devices to use for the backup.
Single values
Other values (up to 4 repetitions)
Top |
Example 1: Running a Daily Backup
RUNBCKUP BCKUPOPT(*DAILY)
This command runs the daily backup using the devices specified in the options.
Example 2: Running a Monthly Backup
RUNBCKUP BCKUPOPT(*MONTHLY) DEV(TAP02)
This command runs the monthly backup using device TAP02 instead of those specified in the options.
Top |
*ESCAPE Messages
Top |