|
 mminfo incomplete but not in use
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
should be sent to stan < at > temple.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
should be sent to stan < at > temple.edu
|