
UNSOLVED
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
Responses (1)
Solutions (0)

ble1
6 Operator
•
14354 Posts
•
56186 Points
222
0
Posted October 31st, 2011 06:00
mminfo -avot -q 'volume=volume_name,ssretent>01/01/2012,ssretent<09/01/2012' -r ....