UNSOLVED

malleu04

updated

15 years ago

M

malleu04

3 Posts

0

825

October 28th, 2011 18:00

Retention change in a volume

I need to change the retention of some savesets on a particular volume. I have used the mminfo to list the ssid and cloneid so I can use nsrmm -S ssid/cloneid -e mm/dd/yy command to change the retention.

Does anyone know the syntax of the mminfo command to output a date range of retention on a volume?

That is something like this if I want to list dates between Jan 1, 2012 and Sept 1, 2012:

mminfo -q volume=volume_name,'01/01/2012

  • ble1

    6 Operator

    14354 Posts

    56186 Points

    222

    0

    Posted October 31st, 2011 06:00

    malleu04 wrote:

    I need to change the retention of some savesets on a particular volume. I have used the mminfo to list the ssid and cloneid so I can use nsrmm -S ssid/cloneid -e mm/dd/yy command to change the retention.

    Does anyone know the syntax of the mminfo command to output a date range of retention on a volume?

    That is something like this if I want to list dates between Jan 1, 2012 and Sept 1, 2012:

    mminfo -q volume=volume_name,'01/01/2012 <09/01/2012' -r client,sscreate,ssbrowse,ssretent,ssid,cloneid

    mminfo -avot -q 'volume=volume_name,ssretent>01/01/2012,ssretent<09/01/2012' -r ....