This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
quest
/
ET
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b513ab5edf
Rami (Branch)
Tag
master
ET
/
Tools
/
cwRsync
/
Config
lixu
2b7db283fb
hybrid + ET7.0 base
1 anno fa
..
exclude.txt
2b7db283fb
hybrid + ET7.0 base
1 anno fa
readme.txt
2b7db283fb
hybrid + ET7.0 base
1 anno fa
rsync.secrets
2b7db283fb
hybrid + ET7.0 base
1 anno fa
rsyncConfig.txt
2b7db283fb
hybrid + ET7.0 base
1 anno fa
rsyncd.conf
2b7db283fb
hybrid + ET7.0 base
1 anno fa
rsyncd.secrets
2b7db283fb
hybrid + ET7.0 base
1 anno fa
readme.txt
// 这两个文件所有者必须是root
sudo chown root.root /etc/rsyncd.secrets
sudo chown root.root /etc/rsyncd.conf
// /etc/rsyncd.secrets必须是600权限,否则报错
// @ERROR: auth failed on module Upload
// rsync error: error starting client-server protocol (code 5) at main.c(1635) [sender=3.1.1]
sudo chmod 600 /etc/rsyncd.secrets
// 启动服务端rsync服务
sudo rsync --daemon