Dovydas Kulvinskas wrote:
> 
> > I don't think so. The first tar command you show uses the rewind
> > device. It does the first backup, then rewinds the tape. So the second
> > command writes over the first backup. I don't think that's what you
> > want. Rather, use the no rewind device for all the backups save the last.
> 
 Thank U

 this time I succeed:
 mt -f /dev/nht0 rewind
 tar cf /dev/nht0 /path1
 tar cf /dev/nht0 /path2
 mt -f /dev/nht0 rewind
 tar tvf /dev/nht0
        /path1
 tar tvf /dev/nht0
        ............ (nothing)
 tar tvf /dev/nht0
        /path2

 Guru says that's wrong couse between two volumes left two tablesets
(its an end of the all writen data on tape) and should be one tableset.
Is it true?

 Dovydas

Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to