cancel
Showing results for 
Search instead for 
Did you mean: 

need to cancel old replication jobs

lovee
Level 5

hi

i have SLP where duplication and replication are secondary jobs. I want to cancel all old replication jobs so that they won't run again but need duplication keeps going on. how i can delete/cancel/remove all old replication jobs.

master server- linux 7.7.3

thanks

3 REPLIES 3

lovee
Level 5

one thing to add:- duplication is running locally.

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified
nbstlutil cancel -backupid <backupid>
or
nbstlutil cancel -lifecycle <lifecycle>

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Use this command to list outstanding SLPs:

nbstlutil stlilist -image_incomplete -U

The image at the top of the list is the oldest.

You can then cancel individual images as per my previous post.
NBU will no longer try to duplicate those images and expiration date for the backup (as per SLP config) will be applied.