首页 > 代码库 > rsync 基于ssh隧道 拉去文件

rsync 基于ssh隧道 拉去文件

#!/bin/bash

/usr/bin/rsync -tza   -e ‘ssh -p 22‘  172.16.4.12:/opt/devinfopack/  /opt/devinfopack/ |tee -a /opt/shell/log/devinfopack_`date "+%Y-%m-%d"`.log


本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1942513

rsync 基于ssh隧道 拉去文件