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 = falsestrict modes = falsehosts allow = *log file = rsyncd.loguid = 0gid = 0# Module definitions# Remember cygwin naming conventions : c:\work becomes /cygwin/c/work#[mini]path = /cygdrive/d/abc/efgread only = truetransfer 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\efgexclude = /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