rsync 伺服器端配置

2021-06-08 21:06:22 字數 874 閱讀 1812

uid = cho #目錄的建立者

gid = cho #目錄所屬的組

use chcho = no

max connections = 100

pid file = /var/run/rsyncd.pid

log file = /var/log/rsync

list = no #不允許列檔案

strict modes = no

######定義自己需要的模組##############

[publish_zt] #認證的模組名,在client端需要指定

#目錄的建立者

uid = cho

#目錄所屬的組

gid = cho

#需要做映象的目錄,比如客戶端傳檔案到伺服器端,就會進到這個目錄

path=/data1/www

use chcho = no

read only = no

list = yes

hosts allow = 192.168.38.174 #允許的ip位址域,就是客戶端要連線伺服器,必須在此把客戶端ip寫到此處

uid = 0

gid = 0

use chroot = false

還需要在伺服器新增埠

-a rh-firewall-1-input -m tcp -p tcp --dport 873 -j accept

-a rh-firewall-1-input -p udp -m udp --dport 873 -j accept

修改檔案/etc/sysconfig/iptables 增加上面2行.重啟防火牆

service iptables restart

Rsync伺服器端安裝配置文件

1 安裝 tar zxvf rsync 2.6.9.tar.tar cd rsync 2.6.9 configure make make install 2 配置 vi etc rsyncd.conf uid root gid root max connections 10 timeout 1800...

vnc伺服器端如何配置,vnc伺服器端如何配置教程

作為iis7伺服器管理工具,它支援linux vnc,win vnc,可以實現批量管理,遠端監控,批量開啟鏈結,操作一台等於同時操作n臺 使用起來十分便捷。對於iis7伺服器管理工具來說,它能實現批量管理 同步操作 到期提醒 資料安全和定期執行 等功能。適用於機房管理 站長 運維工作 程式設計師,等...

Oracle 伺服器端監聽配置

一 靜態註冊 建立埠為1521的監聽,靜態註冊,本機ip 192.168.10.2 listener address list address protocol tcp host 192.168.10.2 port 1521 sid list listener sid list sid desc g...