Storage Viewer for Backup Database Views > apt_v_nbu_schedule_copy
  
Version 10.0.01
apt_v_nbu_schedule_copy
The apt_v_nbu_schedule_copy view contains a single row for each NetBackup schedule copy.
Table 3.129 apt_v_nbu_schedule_copy
Column Name
Data Type
Description
copy_index
NUMBER
A small number, from 0 indicating which copy of a schedule this is.
fail_on_error
STRING
A flag indicating if a backup should be considered a failure.
policy_id
NUMBER
Foreign key to the apt_v_nbu_policy view.
retention_days
NUMBER
The number of days to keep the data for backups performed using this schedule. If the value is 9999, this implies that the retention days is infinite.
retention_level
NUMBER
A number flag indicating the amount of time to retain backups created by jobs with this schedule.
schedule_id
NUMBER
Foreign key to the published view, apt_v_nbu_schedule.
schedule_name
STRING
Name of the schedule.
schedule_type
NUMBER
The enumeration type of the policy can be any of the following:
0=Full Backup
1=Cumulative Incremental Backup
2=Application Backup
4=Differential Incremental Backup
5=Archive
schedule_type_name
STRING
Schedule type name.
storage_unit_id
NUMBER
Foreign key to the published view, apt_v_nbu_storage_unit.
volume_pool_id
NUMBER
Foreign key to the published view apt_v_nbu_volume_pool.
volume_pool_name
STRING
Name of the volume pool.