在A机器上有database目录,需要传输到B机 A机器IP:10.204.3.175A机器: tar -cf - /home/database | nc -l 5677B机器: nc 10.204.3.175 5677 | tar -xf -经测试 750M的Oracle安装文件目录,经压缩传输,居然只用了8秒左右时间,在公司内网。 Read More
posted @ 2010-04-16 10:33 Hello! Linux 博客 Views(1994) Comments(0) Diggs(0) Edit