Re: ACL and RSYNC possible bug

2005-08-19 Thread Andrew Gideon
Marc Perkel wrote: Seems to me it should warn but continue to copy the files anyway ignoring the ACLs. Not necessarily. Failing to copy the ACLs could result in an insufficiently protected file. In that case, better to not copy w/o the ACLs. And that's just an example off the top of my

ACL and RSYNC possible bug

2005-08-18 Thread Marc Perkel
OK - I think this should be fixed. Running rsync -aA on a file system that doesn't support ACLs I get: send_acl: sys_acl_get_file(mysql, SMB_ACL_TYPE_ACCESS): Operation not supported rsync error: some files could not be transferred (code 23) at main.c(789) And - it aborts. Seems to me it