rsync 使用

rsync 使用


rsync -avzP   cpByDataFile.py  --progress [email protected].*.*:/home/xj_liukaiyi/test/

rsync -avzP  [email protected].*.*:/newdata2/003.tar.gz   --progress .


不需要输入密码
在服务器上:
su -c 'vim  /etc/rsyncd.conf'

[gz]
path=/home/xj_liukaiyi/gz/
hosts allow = 124.207.100.....
read only = no


rsync -avzP --password-file=g:\cygwin\secret  [email protected]::gz  --progress .

g:\cygwin\secret  写入
xj_liukaiyi=123456






整理 www.blogjava.net/Good-Game

你可能感兴趣的:(rsync 使用)