Y
Hacker News
new
|
ask
|
show
|
jobs
by
poke646
131 days ago
One of my "goto" tools is copying files over a "tar pipe". This avoids the temporary tar file. Something like:
tar cf - *.txt | ssh user@host tar xf - -C /some/dir/