Stream directory over SSH tar
Copy a tree without intermediate file, preserving perms; add zstd in pipe for slow links
tar c -C /src . | ssh user@<host> 'tar x -C /dst'
more tar
all 3 commands →
Copy a tree without intermediate file, preserving perms; add zstd in pipe for slow links
tar c -C /src . | ssh user@<host> 'tar x -C /dst'