ADSM-L

Re: Is there a way to delete all files that were backed up last night for certain clients

2001-09-19 10:17:47
Subject: Re: Is there a way to delete all files that were backed up last night for certain clients
From: Peter Bjoern <pebjn AT WMDATASDC DOT DK>
Date: Wed, 19 Sep 2001 16:10:48 +0200
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
<Prev in Thread] Current Thread [Next in Thread>