cwilliams2
MIS
Hi, This is my first time posting to this forum, forgive stupid questions, I'm an AIX Novice.
I'm trying to do a restore from a tape in file-name archive format. I want to restore all files with a .dbf extension - they exist on three different volumes. I just can't seem to hit the syntax correctly - I've tried:
restore -xvqf /dev/rmt0 "*.dbf"
No files restored.
restore -xvqf /dev/rmt0 '*.dbf'
same result.
You get the idea.
FYI, running aix 4.3.
Thanks in advance.
I'm trying to do a restore from a tape in file-name archive format. I want to restore all files with a .dbf extension - they exist on three different volumes. I just can't seem to hit the syntax correctly - I've tried:
restore -xvqf /dev/rmt0 "*.dbf"
No files restored.
restore -xvqf /dev/rmt0 '*.dbf'
same result.
You get the idea.
FYI, running aix 4.3.
Thanks in advance.