#!/bin/sh ];then echo "The parameters must be input:file path and host" read -p "(Example: /data/www/XXX 192.168.XXX):" filepath host ; else filepath=$ host=$ fi echo "download the file in /data/wos_tools/temp/ " --password-file=/usr/local/rsync/rsync.scrt apache@$host::apache$filepath /data/wos_tools/temp/
相关文章
- 怎么将本地做好的网站部署到服务器上?
- git拉取gitlab上的代码报身份验证失败
- git如何拉取远程代码到本地
- 如何使用pycharm将github上的代码同步到本地
- svn客户端提交项目代码后自动同步svn服务器上的项目代码到linux服务器上
- 服务器上配置nginx-总之,测试的话在本地部署就行了,如果想让更多的人进行访问,那就部署到个人的服务器上。
- 经验总结-完整介绍Android Studio中Git的使用之从GitHub上clone代码到本地(六)
- 如何在git上clone别人的项目、提交代码以及更新最新的github代码到本地
- tortoiseGit 从gitlab上拉取代码到本地
- PhpStorm如何下载github上的代码到本地