Displaying 1 result from an estimated 1 matches for "cadroot".
2005 May 03
1
filename paths different in server mode
For some reason rsync-2.6.4 compiled by me on HP-UX 11.23 in 64-bit
mode is adding extra path elements when running in server mode. This
is a new problem. It did not used to do that with older versions and
it does not do that with compilations on other systems.
$ rsync -a ewok::cadroot/release/bin/ .
$ ls
bin
Where did that extra directory come from? Testing with a different
machine works as expected.
$ rsync -a wookie::cadroot/release/bin/ .
$ ls
set_env
...more contents of bin not shown...
In the bad case I am getting an extra directory in the path. I don't...