Re: tar --unlink ?

2009-10-09 Thread jhell
On Fri, 9 Oct 2009 07:58 +0200, guru@ wrote: Hello, To move a file tree from one place to another I see as an example: # tar -cf - local | tar --unlink -xpf - -C /mnt What does '--unlink' do exactly? I can't see it in the man page of tar(1). Thanks in advance matthias man 2

Re: tar --unlink ?

2009-10-09 Thread Matthias Apitz
El día Friday, October 09, 2009 a las 02:07:21AM -0400, jhell escribió: On Fri, 9 Oct 2009 07:58 +0200, guru@ wrote: Hello, To move a file tree from one place to another I see as an example: # tar -cf - local | tar --unlink -xpf - -C /mnt What does '--unlink' do exactly? I can't

Re: tar --unlink ?

2009-10-09 Thread Dan Nelson
In the last episode (Oct 09), Matthias Apitz said: El día Friday, October 09, 2009 a las 02:07:21AM -0400, jhell escribió: On Fri, 9 Oct 2009 07:58 +0200, guru@ wrote: To move a file tree from one place to another I see as an example: # tar -cf - local | tar --unlink -xpf - -C /mnt

Re: tar --unlink ?

2009-10-09 Thread Matthias Apitz
El día Friday, October 09, 2009 a las 01:52:45AM -0500, Dan Nelson escribió: I know the unlink(2) sys call, but what does this --unlink flag in tar(1) on restore (-x)? It's the same as the -U option, provided for gnutar compatibility. Dan, Thanks for your helping answer. Maybe someone

Re: tar --unlink ?

2009-10-09 Thread Dan Nelson
In the last episode (Oct 09), Matthias Apitz said: El día Friday, October 09, 2009 a las 01:52:45AM -0500, Dan Nelson escribió: I know the unlink(2) sys call, but what does this --unlink flag in tar(1) on restore (-x)? It's the same as the -U option, provided for gnutar compatibility.

tar --unlink ?

2009-10-08 Thread Matthias Apitz
Hello, To move a file tree from one place to another I see as an example: # tar -cf - local | tar --unlink -xpf - -C /mnt What does '--unlink' do exactly? I can't see it in the man page of tar(1). Thanks in advance matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399

undocumented tar --unlink switch

2008-08-02 Thread perryh
Around line 37 of /usr/src/usr.sbin/pkg_install/add/extract.c there's an invocation of /usr/bin/tar with a --unlink switch, which I don't see mentioned in the tar(1) manpage. Anyone happen to know what this does, or do I need to dig into the code? ___

Re: undocumented tar --unlink switch

2008-08-02 Thread Dan Nelson
In the last episode (Aug 02), [EMAIL PROTECTED] said: Around line 37 of /usr/src/usr.sbin/pkg_install/add/extract.c there's an invocation of /usr/bin/tar with a --unlink switch, which I don't see mentioned in the tar(1) manpage. Anyone happen to know what this does, or do I need to dig into

Re: undocumented tar --unlink switch

2008-08-02 Thread Josh Carroll
Around line 37 of /usr/src/usr.sbin/pkg_install/add/extract.c there's an invocation of /usr/bin/tar with a --unlink switch, which I don't see mentioned in the tar(1) manpage. Anyone happen to know what this does, or do I need to dig into the code? My guess was that it was the long option