On Mon, 2008-02-18 at 16:17 -0300, Edilson Azevedo wrote:
> Directory 'foo' contain:
> file1
> file2
> file3
> 
> Directory 'foo2' contain:
> file1
> file2
> file3
> file4
> 
>  After apply the rsync, it's create this structure:
> 
> Directory 'foo_diff' with the file:
> file4

rsync -r --compare-dest=../foo/ foo2/ foo_diff/

Matt

-- 
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