ssh + tar

ssh越しにtarするには以下の様にする。

% tar cf - * |ssh server '(cd /data/ ; tar xpf -)'