Forum Discussion

DPeaco's avatar
DPeaco
Moderator
7 years ago

Backup job status - Incomplete

Greetings, I have searched high and low to find specific details on what NetBackup does to catagorize a backup as being "Incomplete" and what it does internally to decide if it's going to retry on i...
  • RamNagalla's avatar
    7 years ago

    Incompleate status occurs if the job encounter an error and the associated policy has checkpoints enabled( you can find this in policy attributes). this is to retry the job based on job retry settings avaliable in master server host properites--> Global attributes.

    for ticketing scripts, look for the job status as "Done" with status code more than 1 (0 if you consider partial succesfull job as failure)

    hope this helps.