[OT] Re: New thread RDSL, post-2.6.20 kernels and amanda (tar) miss-fires

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Willy Tarreau
Date: Wednesday, March 14, 2007 - 10:28 pm

On Wed, Mar 14, 2007 at 11:12:48PM -0400, Gene Heskett wrote:

with "/bin/tar -f - >/tmp/test/", you ask bash to open the file "/tmp/test/"
for write, then start tar and pass this file as its stdout. Obviously this
is wrong. I think that what you're trying to do is send extracted files to
/tmp/test, which is what '-C' is for. Also, you need to specify a command
for tar. You didn't. I bet if you do the following, it will work :

[root@coyote data]# dd if=00010.coyote._lib.1 bs=32k skip=1 |
    /bin/gzip -dc |  /bin/tar -C /tmp/test/ -xf -

Now, Gene, this is becoming totally off-topic right here.

Regards,
Willy

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: New thread RDSL, post-2.6.20 kernels and amanda (tar) ..., William Lee Irwin III, (Tue Mar 13, 10:07 pm)
Re: New thread RDSL, post-2.6.20 kernels and amanda (tar) ..., William Lee Irwin III, (Tue Mar 13, 10:44 pm)
Re: New thread RDSL, post-2.6.20 kernels and amanda (tar) ..., William Lee Irwin III, (Tue Mar 13, 11:19 pm)
[OT] Re: New thread RDSL, post-2.6.20 kernels and amanda ( ..., Willy Tarreau, (Wed Mar 14, 10:28 pm)