Thursday, August 01, 2019

Re: problem to copy a (possibly large) file over a network device

Rudolf Sykora <rsykora@disroot.org> writes:

> In one terminal:
> ;tar -cf - www | pv | nc localhost 7000
>
> In another terminal:
> ;nc -l 7000 | pv | tar -xpf -


are there some settings which I could try to change?
(Some files are >10GB, if that matters.)

Thanks
Ruda

No comments:

Post a Comment