Date: Tue, 23 Aug 2016 09:35:12 +0200 From: Gerhard Schmidt <estartu@ze.tum.de> To: Daniel Braniss <danny@cs.huji.ac.il>, freebsd-stable <freebsd-stable@freebsd.org> Subject: Re: Problems with piped tar Message-ID: <6a841a00-6765-f1a2-02c3-9ce87ec595e8@ze.tum.de> In-Reply-To: <E0606B64-AF3A-4FB9-BCF8-9F7C7AE85FE7@cs.huji.ac.il> References: <96b7f57f-74ac-9445-1d04-61327ab111dc@ze.tum.de> <E0606B64-AF3A-4FB9-BCF8-9F7C7AE85FE7@cs.huji.ac.il>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 23.08.2016 um 09:18 schrieb Daniel Braniss: > >> On 23 Aug 2016, at 10:06, Gerhard Schmidt <estartu@ze.tum.de> wrote: >> >> Hi, >> >> i'm quite often use tar to copy files using >> >> tar cf - /some/dir | (cd /dest/dir; tar xvvf - ) > the ‘new’ way: > tar cf - /some/dir | tar xvvd - -C /dest/dir > which of course does not explain way your version hangs, but this one is cleaner, and btw, don’t > include /. that's very strange. It's working, but doesn't solve another related problem. When i pipe the tar thru nc a have the same problem as my version. And it's no difference if there is a tar c an the receiving end of nc or just a '> file.tar' Regards Estartu -- ------------------------------------------------- Gerhard Schmidt | E-Mail: schmidt@ze.tum.de TU-München | Jabber: estartu@ze.tum.de WWW & Online Services | Tel: 089/289-25270 | Fax: 089/289-25257 | PGP-Publickey auf Anfrage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a841a00-6765-f1a2-02c3-9ce87ec595e8>