Help: Make 2 Dirs Identical

Lee Eric openlinuxsource at gmail.com
Sun Feb 10 08:24:38 MST 2013


Hi,

I have 2 servers. One is data source I call is SRC and another one is
for DEST data receive, DEST. Here's what I need to accomplish:

SRC:

dir: /vault/test1
file: /vault/test1/aaa
file: /vault/test1/bbb
file: /vault/test1/ccc
dir: /vault/test2

DEST:

dir: /store
file: /store/xxx

======>

Final Result:

DEST:

dir: /store
dir: /store/test1
file: /store/test1/aaa
file: /store/test1/bbb
dir: /store/test2

Could anyone tell me how to accomplish that?

Thanks very much.

Eric


More information about the rsync mailing list