rsync使用
本地拷贝 rsync -avSH source_dir dest_dir
dest_dir rsync -av source_dir 10.0.0.1:dest_dir
rsync -av 10.0.0.1:source_dir dest_dir