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
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to