Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Failed Savesets

Status
Not open for further replies.

curiousgeorge10

IS-IT--Management
Joined
Jan 17, 2005
Messages
1
Location
US
Greetings,

I am told if a backup fails anywhere during the backup the saveset still gets created and retained per the retention policy. Is it possible to turn this feature off so a failed backup will not retain the saveset?

If not, is it possible through a command line to list all savesets that have failed, and if so, to script it to delete them?

Thanks.
 
A save set will be created with the first backup data. It it fails later, since NW 7 such save sets will be deleted automatically from an advanced file type device. On all other devices, you must manually delete those, which will be carried in the media db as "incomplete".

So the two kernel statements for a script will be as follows:
mminfo -q "incomplete" -r ssid
nsrmm -d -S ssid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top