https://bugzilla.samba.org/show_bug.cgi?id=1675
--- Comment #6 from [EMAIL PROTECTED] 2007-02-05 14:06 MST ---
That works, if odd syntax. It would be nice if I didn't need brackets too:
rsync test luke-jr@::1:/tmp
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=e
https://bugzilla.samba.org/show_bug.cgi?id=1675
--- Comment #5 from [EMAIL PROTECTED] 2007-02-05 14:00 MST ---
Rsync currently requires the name to be inside the brackets:
rsync test '[luke-jr@::1]':/tmp
(Some shells don't require the quotes.)
I'll look into changing that for 3.0.0
https://bugzilla.samba.org/show_bug.cgi?id=1675
--- Comment #4 from [EMAIL PROTECTED] 2007-02-05 13:19 MST ---
ok, it seems to only happen if I specify a username:
[EMAIL PROTECTED] ~ $ rsync test luke-jr@'[::1]':/tmp
rsync: getaddrinfo: [ 873: Name or service not known
rsync error:
https://bugzilla.samba.org/show_bug.cgi?id=1675
--- Comment #3 from [EMAIL PROTECTED] 2007-02-05 13:08 MST ---
This works just fine for me using rsync 2.6.9 and ssh:
rsync -avv '[::1]':src /dest
(My shell requires the quotes to avoid an error about the wild-cards not
matching anythi
https://bugzilla.samba.org/show_bug.cgi?id=1675
[EMAIL PROTECTED] changed:
What|Removed |Added
CC||luke-
|
https://bugzilla.samba.org/show_bug.cgi?id=1675
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|