91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CentOS一鍵配置rsync服務器的腳本分享

發布時間:2021-09-18 16:43:34 來源:億速云 閱讀:173 作者:chen 欄目:系統運維

這篇文章主要介紹“CentOS一鍵配置rsync服務器的腳本分享”,在日常操作中,相信很多人在CentOS一鍵配置rsync服務器的腳本分享問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”CentOS一鍵配置rsync服務器的腳本分享”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

1、保存下面的代碼為一個文件,上傳到服務器端,名稱為rsync.sh

代碼如下:

#!/bin/bash
#rsync Written by zhumaohai
#For more information please visit http://www.centos.bz
echo "Please input the rsync username:"
read username
echo "Please input the rsync username password:"
read password
echo "Please input the server ip address:"
read serverip
echo "Please input the allow ip address:"
read allowip
echo "Please input the path you want to rsync:"
read rsyncpath
echo "==========================input all completed========================"
echo "==========================install rsync========================"
yum -y install rsync
useradd $username
mkdir /etc/rsyncd
cat >/etc/rsyncd/rsyncd.conf<<eof
# Minimal configuration file for rsync daemon
# See rsync(1) and rsyncd.conf(5) man pages for help
# This line is required by the /etc/init.d/rsyncd script
pid file = /var/run/rsyncd.pid
port = 873
address = $serverip
#uid = nobody
#gid = nobody
uid = root
gid = root
use chroot = yes
read only = yes

#limit access to private LANs
hosts allow=192.168.1.0/255.255.255.0 10.0.1.0/255.255.255.0 $allowip
hosts deny=*
max connections = 5
motd file = /etc/rsyncd/rsyncd.motd
#This will give you a separate log file
#log file = /var/log/rsync.log
#This will log every file transferred - up to 85,000+ per user, per sync
#transfer logging = yes
log format = %t %a %m %f %b
syslog facility = local3
timeout = 300
[$username home]
path = $rsyncpath
list=yes
ignore errors
auth users = $username
secrets file = /etc/rsyncd/rsyncd.secrets
eof
echo "$username:$password" > /etc/rsyncd/rsyncd.secrets
chmod 600 /etc/rsyncd/rsyncd.secrets
cat >/etc/rsyncd/rsyncd.motd<<eof
+++++++++++++++++++++++++++
+ centos.bz rsync 2011-2012 +
+++++++++++++++++++++++++++
eof
/usr/bin/rsync --daemon --config=/etc/rsyncd/rsyncd.conf
ps -aux | grep rsync


2、賦予腳本權限

代碼如下:


chmod +x rsync.sh


3、執行腳本

代碼如下:


./rsync.sh


到此,關于“CentOS一鍵配置rsync服務器的腳本分享”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

南和县| 赫章县| 乐山市| 阿拉善盟| 新余市| 上蔡县| 蚌埠市| 云霄县| 西乌珠穆沁旗| 浮梁县| 金门县| 通州区| 镇坪县| 上虞市| 科尔| 龙口市| 深水埗区| 紫金县| 通州区| 于都县| 长岛县| 合川市| 麻阳| 保亭| 巧家县| 特克斯县| 景谷| 文安县| 铜山县| 桑植县| 青神县| 始兴县| 湖口县| 泽州县| 渭南市| 南江县| 三明市| 托克托县| 印江| 长乐市| 防城港市|