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

           Summary: Error when using rsync: as protocol prefix and :: as
                    module separator
           Product: rsync
           Version: 3.0.7
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: core
        AssignedTo: way...@samba.org
        ReportedBy: bugs.samba....@hacking.co.uk
         QAContact: rsync...@samba.org


When attempting to use rsync with a URL such as that shown below which uses
"rsync:" as a protocol prefix and "::" as a module separator the error shown
beneath is produced:

rsync -a rsync://rsync.mad-hacking.net::hacking-gentoo-overlay ~/test/

ssh: Could not resolve hostname rsync: Name or service not known

Using the "/" as a module separator, or omitting the rsync: protocol prefix, as
shown below, works normally.

rsync -a rsync://rsync.mad-hacking.net/hacking-gentoo-overlay/ ~/test/
rsync -a rsync.mad-hacking.net::hacking-gentoo-overlay ~/test/


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