
The setbkparms command lets you set up default parameters for performing a backup.
Synopsis
/vs/bin/util/setbkparms -nnfslocation [-ddays] [-Ppriority] [-Fcleanup_full] [-ccleanup_partial] [-Aalarmdays_full] [-aalarmdays_partial] [-uoracle_username]
Description
The default parameters for a backup include the following:
Parameter |
Description |
Comments |
-nnfslocation |
The directory on the Network File System where the backup file goes |
|
-ddays |
The number of days' worth of files that is backed up (counting the present day) |
|
-ppriority |
Whether the backup process should have a low or high priority compared to other processes |
|
-Fcleanup_full |
How many days between deletions of full backup files |
|
-ccleanup_partial |
How many days between deletions of partial backup files |
|
-Aalarmdays_full |
How many days after a full backup is performed that a minor alarm is placed in the log |
Use never if you do not want any alarms generated. |
-aalarmdays_partial |
How many days after a partial backup is performed that a minor alarm is placed in the log |
Use never if you do not want any alarms generated. |
-uoracle_username |
Oracle user name |
Oracle user account must have permission to stop and start the Oracle server. |
See also