https://bugzilla.samba.org/show_bug.cgi?id=2690
[EMAIL PROTECTED] changed:
What|Removed |Added
Severity|trivial |enhancement
Status|NEW
Hello All,
I have compiled Rsync 2.6.4 on HP UX 11 using gcc 4.0. rsync binary
fails to query DNS for a host name. If I give IP address instead of
host name everything works ok. I tried to run snoop on DNS server by
failed to recieve any packets. This would mean that rsync is not every
hitting
https://bugzilla.samba.org/show_bug.cgi?id=2690
Summary: SYNOPSIS "rsync [OPTION]... SRC [SRC]... DEST" incorrect
Product: rsync
Version: 2.6.4
Platform: All
URL: http://rsync.samba.org/ftp/rsync/rsync.html
OS/Version: All
On Wed, May 04, 2005 at 12:03:04AM -0600, Bob Proulx wrote:
> I am sure the problem is on the server side of the process.
I'd first double-check to make sure that there is no directory named
/mnt/tools/release/bin/bin on the server. Next, you might try turning
off chroot (by adding "use chroot =
Hi
It seems that the rsync binary that ships with Apple's new OSX 10.4 has
some custom patch applied that enables it to use extended attributes.
According to the man page the "--extended-attributes" or "-E" option is
the trick.
All Linux binaries I have come across do not support this option, so