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

--- Comment #34 from David Nelson <oertl...@gmail.com> ---
FYI. Although when rsync ver. 3.0.9 is called in Ubuntu 12.04LTS to "push"
files to the server, e.g.,

rsync <pathtobackup>/ server::Backups/ 

it fails with the error:

rsync error: error in rsync protocol data stream (code 12) at io.c(441)
[sender=3.0.9 [NB server rsync version is 3.1.0 running in Ubuntu 14.04LTS]

However, curiously, when issued as a "pull" from the server as:

rsync client::Sharetobackup/<pathto>/Backups/

it succeeds.

Furthermore, pushes from the client work when issued one-letter-as-a-time;
e.g.,

for i in {A..Z}; do \
rsync <pathtobackup>/${i}* server::Backups/ \
done

I discovered this while trying to isolate which, if any, of the files were
causing it to choke. Turns out none of them were, but identifying them all with
a wildcard * was.

-- 
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
  • [Bug 5478] rsync: wri... just subscribed for rsync-qa from bugzilla via rsync

Reply via email to