Networker

Re: [Networker] mminfo incomplete but not in use

2004-12-27 11:24:46
Subject: Re: [Networker] mminfo incomplete but not in use
From: "Maarten Boot (CWEU-USERS/CWNL)" <Maarten.Boot AT NL.COMPUWARE DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Mon, 27 Dec 2004 17:24:00 +0100
Klaus,

one simple way would be to query for incomplete backups older than say 8 hours
thats what i do, so that I can delete all incomplete backups.

remember that the !incomplete will not work for most incomplete clones as they
are flagged in the cloneflags for which there is no direct query.

that i list with a filter like

mminfo ......  -r'clflags, .......' -xc, |
awk -F, '
$1 ~ /i/ { print }
'

meaning if there are clones with an 'i' in the clflags they are infact
incomplete. -xc, is to force a , separated output so I can split the fields
more easily

Maarten


On Monday 27 December 2004 17:06, Grohal Klaus wrote:
> Hi
>
> does anybody know how to query all aborted/incomplete savesets without
> geting these savesets which are in use??
>
> regards
>
> Klaus
>
> --
> Note: To sign off this list, send a "signoff networker" command via email
> to listserv AT listmail.temple DOT edu or visit the list's Web site at
> http://listmail.temple.edu/archives/networker.html where you can
> also view and post messages to the list. Questions regarding this list
> should be sent to stan AT temple DOT edu
> =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

--
Maarten Boot,
Compuware Europe B.V.
Hoogoorddreef 5
1101 BA Amsterdam

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list. Questions regarding this list
should be sent to stan AT temple DOT edu
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

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