Hi. I just want to extract * from a tar'ed tape archive to '.' (current directory on the backup server). I've done it before and it worked OK. Maybe I wrote something down wrong from before.
> /usr/sbin/amrestore -p /dev/nst0 <servername> <pathname> | tar xvf - All I get for any server/filesystem is: tar: /whatever/whatever: Cannot open: No such file or directory tar: /whatever/whatever2: Cannot open: No such file or directory . . tar: Error exit delayed from previous errors Am I doing something wrong? wab
