Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] Travan tapes under GNU/Linux (Debian Woody)


From: <mlh@xxxxxxxxxx>
To: "Oscar Plameras" <oscarp@xxxxxxxxxxx>
Cc: <mlh@xxxxxxxxxxxxxxxxxxx>; <lcheung@xxxxxxxxxxxxxx>; <slug@xxxxxxxxxxx>
Sent: Wednesday, May 14, 2003 12:12 AM
Subject: Re: [SLUG] Travan tapes under GNU/Linux (Debian Woody)


> On Tue, 13 May 2003 23:20:41 +1000
> "Oscar Plameras" <oscarp@xxxxxxxxxxx> wrote:
>
> > From: <mlh@xxxxxxxxxxxxxxxxxxx>
> > Sent: Tuesday, May 13, 2003 8:01 PM
> > Subject: Re: [SLUG] Travan tapes under GNU/Linux (Debian Woody)
> >
> >
> > > On Tue, May 13, 2003 at 10:50:03AM +1000, Oscar Plameras wrote:
> > > >  [ .. ]
> > > > In my case, I prefer to re-state the same command into,
> > > >
> > > > tar zcvf /dev/tape -T `find /home -mtime -10` | tee /tmp/tape.log
> > >

I do not recommend the above command, then having read Matt's posting.

For robust outcome, stick to the  format of,

find /home -print > /tmp/tmp.lst && tar zcvf /dev/tape -F /tmp/tmp.lst | tee
/tmp/tape.log