Oh yeah, i�m so stupid ! Thanx, for your fast suport.
Michael
Remy Chibois schrieb:
> On Thu, Nov 16, 2000 at 03:23:40PM +0100, Michael Lindermann wrote:
> > Perhaps someone of you can help me again.
> > I�ve dumped a disk with amanda and GNUTAR. Now i am trying to write a
> > script for the restore with a graphical interface. But amrestore seems
> > to have a bug. When i try
> >
> > $> opt/sbin/amrestore -p $TAPE $AM_HOSTTYP $ARGUMENT | tar xv
>
> Don't you forgot the 'f -' flag at the end of your command line ?
>
> i.e: amrestore -p [...] | tar xvf -
>
> so that tar knows you want to read from standard input...
>
> Remy.