ADSM-L

Archive command problems

1999-07-01 11:02:07
Subject: Archive command problems
From: bbullock <bbullock AT MICRON DOT COM>
Date: Thu, 1 Jul 1999 09:02:07 -0600
        I realize that I should know this, but I am having a brain cramp.
What I want is simple: I want to archive all of the "*.tran*" files from
multiple filesystems with one command:

Here is what the filesystems look like:

/DUMP/1-1
/DUMP/1-2
/DUMP/1-3
/DUMP/....

I know I can create an archive command like this, but in some cases there
are over 50 filesystems:

archive /DUMP/1-1/*.tran* /DUMP/1-2/*.tran* /DUMP/1-3/*.tran*....

But I was wondering if there is a way to do it more simply, like:

archive /DUMP/.../*.tran*
        or
archive /DUMP/*.tran* -subdir=yes

I think I've tried all the combinations I can think of. Any suggestions?

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