DO NOT REPLY [Bug 6405] Error parsing commandline in version 3.0.6

samba-bugs at samba.org samba-bugs at samba.org
Mon May 25 18:33:54 GMT 2009


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


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from wayned at samba.org  2009-05-25 13:33 CST -------
Double-colon syntax is used when you don't use an rsync:// prefix.  So you
should either use a valid URL, or double-colon syntax, not try to combine them:

rsync://xxx.xxx.com:11000/cadappl_sde/ictools/tetramax

--port=11000 xxx.xxx.com::cadappl_sde/ictools/tetramax

Older rsync versions would ignore the strange "::cadappl_sde" suffix on the
hostname, but the improved parser in 3.0.6 won't let you get away with
supplying such a weird string -- since it's not a valid URL, it assumes you're
trying to connect to host "rsync" via ssh.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list