#一边压缩一边传 一边解压 到对方的目录为/tlj/2/
tar czf - / | ssh [email protected] tar xzf - -C /tlj

#在一个需要文件名的地方 使用-重定向输出到stdout 或者从stdin接受输入 而不是文件中
04-18 18:59