Rsync伺服器端安裝配置文件

2021-04-23 03:26:44 字數 785 閱讀 6761

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

use chroot = yes

hosts allow =192.168.1.0/24 (准許訪問的ip位址段)

syslog facility = local7

pid file = /etc/rsyncd.pid

log file = /var/log/rsyncd.log

secrets file = /etc/rsyncd.secrets (加密問件,可以不用管)

list = no

[test]   #(模組)

path = /tmp/test/

ignore errors

read only = false

3 啟動

#/usr/bin/rsync --config=/etc/rsyncd.conf --daemon

(把這條命令寫入/etc/rc.local,伺服器重啟時,rsync服務自動啟動)

4客戶端測試

#rsync -auvz --timeout=600 /tmp/test/a.txt 192.168.1.171::test/

rsync 伺服器端配置

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 定義自己需...

SVN伺服器端安裝與配置

anon access read auth access write password db passwd 修改同目錄下的passwd檔案,增加帳號,格式為 使用者名稱 密碼 如 users harry harryssecret sally sallyssecret test test 7.設定服務...

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

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