Unsolved
This post is more than 5 years old
6 Posts
0
511
October 22nd, 2008 20:00
How to Delete savesets from a specific volume
I am trying to find out how to delete all savesets from a particular volume older than a specific date. Any help would be greatly appreciated.
No Events found!


dpinink_silva
2 Intern
•
724 Posts
0
October 23rd, 2008 05:00
mminfo -q "volume=VOLNAME,savetime>MM/DD/YY" -r ssid
Then for each ssid use nsrmm -d to remove them. Just create a small script that does this, it's not that hard.
And just if you're not aware of this: nsrmm -d will delete the saveset info from the media db. Data on a file device will be removed as well, but if it's a tape, data will remain there until you relabel it, ok?
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 24th, 2008 02:00
Hari5
443 Posts
0
October 24th, 2008 22:00