https://bugzilla.samba.org/show_bug.cgi?id=1675
Summary: rsync cannot cope with literal IPv6 addresses Product: rsync Version: 2.6.2 Platform: x86 URL: http://bugs.gentoo.org/show_bug.cgi?id=37124 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] While rsync works quite fine using IPv6 transport layer when using hostnames with AAAA records there seems to be no way to specify a literal IPv6 address on the command line $ rsync -6 --recursive rsync://rsync.de.gentoo.org/gentoo-portage . [...] Welcome to ftp.join.uni-muenster.de, JOINs IPv6 FTP server. $ rsync -6 --recursive rsync://[2001:638:500:101::21]/gentoo-portage . rsync: getaddrinfo: [2001 638: Name or service not known $ rsync --version rsync version 2.6.2 protocol version 28 Doesn't work with 2.6.3pre1 also -- 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. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html