On 23 May, 2008, at 03:31 , Jeff Waddell wrote:

I only have one rsync version (3.0.3 pre2) on the Solaris target. I ran a --version on both systems, and noticed that the Solaris version reports the following capabilities: "ACLs, no xattrs, no symtimes, no file- flags" where the Mac reports "ACLs, xattrs, symtimes, file-flags." This would explain why
rsync is failing when calling the extra -X & --fileflags feature flags
(although not -A for ACLs). I guess my question now would be are xattrs and file-flags completely unsupported in rsync on Solaris, or does something special have to be called when compiling rsync in order to enable them?
Also, what could be going on with ACL support? I've reposted my error
messages below Thanks!
-Jeff

looking in my list archive I cannot find support for extended attributes on OpenSolaris. You could probably use OSX own mapping by mounting the Solaris target filesystem on the Mac with NFS and then use as a target 127.0.0.1:/ Volumes/<mountedsolarisvolume> to force delta transfers (but remember --rsync-path unless you replaced the distributed rsync with the new one).

Giuliano
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to