https://bugzilla.samba.org/show_bug.cgi?id=11489

            Bug ID: 11489
           Summary: --update --size-only ignored when syncing / dump
                    copies everything
           Product: rsync
           Version: 3.1.1
          Hardware: x64
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
          Assignee: way...@samba.org
          Reporter: rene...@gmx.de
        QA Contact: rsync...@samba.org

Package: rsync 3.1.1-4
Architecture: x86_64 GNU/Linux

What it isn't doing:
When trying to sync two mounted identical structured folders on two hosts using

rsync -vhtru "/path/folder" "user@192.168.000.1:/path/"
works as expected but
rsync -vhtru "/path/folder/" "user@192.168.000.1:/path/folder"
dump copies everything - even with -u and --size-only given!

What it should be doing:
According to man pages

rsync -av /src/foo /dest
and 
rsync -av /src/foo/ /dest/foo

should do the same

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

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