Comment by poke646
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/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/