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'