ADSM-L

Re: Delete of Exchange backups?

1999-09-21 08:56:29
Subject: Re: Delete of Exchange backups?
From: Michael Garnebode <Michael_Garnebode AT WESTLB DOT DE>
Date: Tue, 21 Sep 1999 14:56:29 +0200
Hi,
for some weeks ago we have delete our exchange data manuell with following
statements:

1) We have a unique name for the exchange server, find out what files are
stored:
select object_id,backup_date,hl_name,ll_name from backups where
node_name='NTRDC0010031_EXC' and backup_date<'1999-06-15'  >
first_macro1.txt

2)use the object_id of a file to delete the database entry with

delete object 0 <object_id>

3)expire inventory

Write a script to automate this procedure

regards
michael
<Prev in Thread] Current Thread [Next in Thread>