Re: faq10.html
Marc Balmer <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Organization | The OpenBSD Project |
| Message-ID | <[email protected]> |
Alf Schlichting wrote: > Hello! > > Using the p-flag for tar(1) on only one side of the pipe > in faq10.html#DupFS makes no sense. > > Alf > > --- faq10.html.orig Tue Aug 7 11:10:58 2007 > +++ faq10.html Tue Aug 7 11:12:47 2007 > @@ -107,7 +107,7 @@ > may be faster for this operation. The format looks very similar: > > <blockquote><pre> > -# <b>cd /SRC; tar cf - . | (cd /DST; tar xpf - )</b> > +# <b>cd /SRC; tar cpf - . | (cd /DST; tar xpf - )</b> > </pre></blockquote> no, the example in the FAQ is correct.