Skip to content

WALL-E/rsyncd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsync 服务自动安装

安装步骤

cd /etc/

git clone https://github.com/WALL-E/rsyncd.git

init.sh

start.sh

手动测试

# 列出rsync 服务器上的所提供的同步内容
rsync  --list-only mysql@172.28.32.101::
rsync  --list-only --password-file=/tmp/password mysql@172.28.32.101::mysql

# 同步文件
rsync --password-file=/tmp/password /home/vagrant/vagrant_1.8.5_x86_64.rpm mysql@172.28.32.101::mysql

配置密码文件

目的是不需要命令行交互输入密码。文件内容是密码,文件权限必须是600

[vagrant@dockerHost-102 ~]$ ls -l /tmp/password
-rw-------. 1 vagrant vagrant 6 11月  1 08:32 /tmp/password

[vagrant@dockerHost-102 ~]$ cat /tmp/password
mysql

About

rsync服务端配置

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages