rsync 基于ssh隧道 拉去文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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隧道 拉去文件的主要内容,如果未能解决你的问题,请参考以下文章