One way might be to get a list of the object_id's with a SQL statement
something like :

select object_id from backups where node_name='MYNODE' and backup_date >
= '2001-09-18 00:00:00.000000'

or some other selection criteria which may select what you want.

Then edit the list to produce a script file that contains a bunch of  the
undocumented delete_object command :

delete_object 0 object_id#

Please be careful that you select only the object_ids you really want to
delete ...

Regards

Peter

Reply via email to