You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
exclude.txt | 3 years ago | |
readme.txt | 3 years ago | |
rsync.secrets | 3 years ago | |
rsyncConfig.txt | 3 years ago | |
rsyncd.conf | 3 years ago | |
rsyncd.secrets | 3 years ago |
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