Backup Manager Functions
|
Function |
Description |
|---|---|
See APTgetJobTypeName. | Used to query database tables related to backup job details, such as apt_v_job and apt_v_nbu_job |
Use this function to access data from: apt_v_tape_drive. This function returns a character string. | |
See getFullPathname. | Use this function to access data from: apt_v_client_file. This function returns a character string. |
Returns a list of NetBackup jobs. It could be used, for example, to determine the ultimate success for NetBackup jobs within a backup window. For example, if the backup window was set for 4:00 p.m. to 4:00 p.m. the next day, if the restart completed before the end of the backup window, it is considered to be successful. | |
Returns a list of NetWorker jobs that do not have a backup window. It could be used, for example, to determine ultimate success for NetWorker jobs. If the job restart finishes within the timeframe (startDate - finishDate), it is considered successful. | |
Returns a list of NetBackup jobs that do not have a backup window. It could be used, for example, to determine ultimate success for NetBackup jobs. | |
Two versions of this function enable the following functionality:
| |
Based on the backup window definition, the function returns a list of the adjusted start and finish dates. |