中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

凤冈县| 云南省| 三河市| 金塔县| 普兰店市| 丹江口市| 通许县| 长兴县| 峡江县| 嘉荫县| 镶黄旗| 苏尼特右旗| 依兰县| 佛冈县| 微博| 长汀县| 博白县| 乌海市| 汝阳县| 罗田县| 潞西市| 疏附县| 奈曼旗| 花莲市| 屯门区| 苏尼特左旗| 九江县| 常山县| 山西省| 阿拉善右旗| 镶黄旗| 旺苍县| 潍坊市| 云林县| 怀化市| 阿拉善盟| 康定县| 成安县| 潮安县| 轮台县| 方正县|