I've looked at these arguments via environment variables and and I can't find the remote client's pathname in the RSYNC_ARG# values. For example, if I run the command: rsync -ruvit --ignore errors /usr/bin host::module/ the ARG values include all the options but the /usr/bin value. I'd like to be able to track the remote directory being used. Is this possible? Am I missing something (and no, it wouldn't be the first time). Rob
On Sat, Sep 16, 2006 at 09:38:03PM -0600, Rob Bosch wrote:> the ARG values include all the options but the /usr/bin value. I'd like to > be able to track the remote directory being used. Is this possible?Nope. The remote rsync doesn't get told about local information that it doesn't require (such as a local source or destination dir). ..wayne..