Forum Discussion

giri_b's avatar
giri_b
Level 4
14 years ago

Extend the retention of images

Hi all,        I need to extend the retention of some images that will expire tommorrow. I think this can be done by bpexpdate command. I need the retention to be extended until 31/4/2011. Kindly p...
  • Andy_Welburn's avatar
    14 years ago

    To amend image with new retention level use:
    bpexpdate -recalculate -ret <retention level> -backupid <backup_id>
    Example:
    bpexpdate -recalculate -ret 8 -backupid client_1240993219


    To amend image with new expiration date use:
    bpexpdate -d <mm/dd/yy hh:mm:ss> -backupid <backup_id>
    Example:
    bpexpdate -d 06/13/09 08:28:00 -backupid client_1241594928
     

    Or for media replace -backupid <backup_id> with -m <media_id>