rsync icon indicating copy to clipboard operation
rsync copied to clipboard

--no-acls ignored on source?

Open cagney opened this issue 2 years ago • 0 comments

With --no-acls I'm surprised that the source is trying to read them vis:

+ rsync -r --stats --no-acls --no-perms --no-times --chmod=u=rwX,go=rX --itemize-changes --rsync-path 'sudo rsync' --checksum ./bin ./FLAC ./Guitar ./Sheet ./Downloads music:/music/
default_perms_for_dir: sys_acl_get_file(., ACL_TYPE_DEFAULT): Operation not supported, falling back on umask
default_perms_for_dir: sys_acl_get_file(Downloads, ACL_TYPE_DEFAULT): Operation not supported, falling back on umask

(I also don't think this error is useful, as best I can tell there are no ACLs)

details

$ mount | grep sdb3
/dev/sdb3 on /run/media/cagney/Music type ext3 (rw,nosuid,nodev,relatime,seclabel,errors=remount-ro,uhelper=udisks2)
$ uname -a
Linux fedora 6.2.15-300.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 11 17:37:39 UTC 2023 x86_64 GNU/Linux
$ rsync --version
rsync  version 3.2.7  protocol version 31
Copyright (C) 1996-2022 by Andrew Tridgell, Wayne Davison, and others.

dest is bsd:

rsync  version 3.2.7  protocol version 31

but it's a get so I'm pretty sure it is the source that is complaining.

cagney avatar Jul 01 '23 14:07 cagney