http://www.cnblogs.com/codingmylife/p/3294486.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
use chroot = false strict modes = false hosts allow = * log file = rsyncd.log uid = 0 gid = 0 # Module definitions # Remember cygwin naming conventions : c:\work becomes /cygwin/c/work # [mini] path = / cygdrive / d / abc / efg read only = true transfer logging = yes # exclude d:\abc\efg\art, d:\abc\efg\bin, d:\abc\efg\tools and any *.py .*(.svn) *.dmp *.log files in d:\abc\efg exclude = / art / bin / tools * .py . * * .dmp * .log logon_helper.xml |
客户端rsync命令:
1
|
rsync.exe -avz --progress <rsync server ip>::mini ./ |
1
|
rar a -r -n*.txt -n*.lst text Project Info |
原文:http://www.cnblogs.com/xiaoL/p/5133063.html