#一边压缩一边传 一边解压 到对方的目录为/tlj/2/
tar czf - 2/ | ssh root@172.16.200.56 tar xzf - -C /tlj#在一个需要文件名的地方 使用-重定向输出到stdout 或者从stdin接受输入 而不是文件中