This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
quest
/
ET
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b513ab5edf
Branches
Tags
master
ET
/
Tools
/
cwRsync
/
Config
lixu
2b7db283fb
hybrid + ET7.0 base
il y a 1 an
..
exclude.txt
2b7db283fb
hybrid + ET7.0 base
il y a 1 an
readme.txt
2b7db283fb
hybrid + ET7.0 base
il y a 1 an
rsync.secrets
2b7db283fb
hybrid + ET7.0 base
il y a 1 an
rsyncConfig.txt
2b7db283fb
hybrid + ET7.0 base
il y a 1 an
rsyncd.conf
2b7db283fb
hybrid + ET7.0 base
il y a 1 an
rsyncd.secrets
2b7db283fb
hybrid + ET7.0 base
il y a 1 an
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