[EMAIL PROTECTED] said: > It appears that even though I?m trying to perform a ?push? operation with > rsync (without using the remote demon), the SSH connection seems to still be > calling rsync on the Solaris server and is running into some error. Is there > a rsync flag to not call rsync through SSH on the target server?
This is the way rsync always works -- there must be an rsync process running on each side of the connection. Without remote daemon mode in effect, the SSH connection starts up the remote side for the duration of the transfer. It is up to both rsync's to cooperate to map the local ACL's and xattrs to something meaningful on the remote end. Your errors are probably happening because the local and remote SSH's do not support the same set of options. If you could arrange to have the same version running on both sides, or if you only use options that both sides can understand, you'll have a better chance of success. Regards, Marion _______________________________________________ opensolaris-discuss mailing list [email protected]
