On May 14, 2002 08:14:03 pm -0700, Lou Katz wrote: > Obviousls, tar is not copying things correctly. Is this a known bug? > # tar --version > GNU tar version 1.11.2
did you try w/ the port version of GNU tar, not the base system one ? # type gtar gtar is /usr/local/bin/gtar # gtar --version tar (GNU tar) 1.13.25 also, how about using pax ? FYI, for writting, use pax -w -x ustar -f /dev/sa0 and for reading, use pax -r -pp -f /dev/sa0 Cyrille. -- Cyrille Lefevre mailto:[EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
