Re: Workaround for rsyncing when fileflag schg is set?

2021-11-01 Thread Fred Fugate via rsync
Thanks Kevin. I tried leaving off --fileflags and got entirely different error output: rsync: [generator] failed to set file flags on "/Users/redacted/Library/Accounts": Operation not permitted (1) In this example, the Library subdir on the source has the "hidden" flag set; my understanding of

Re: Workaround for rsyncing when fileflag schg is set?

2021-10-31 Thread Kevin Korb via rsync
No, rsync normally handles such problems well. Unfortunately, --fileflags is an OS vendor added feature rather than an official rsync feature so it is less well thought out. On 10/31/21 3:51 AM, Perry Hutchison wrote: > That sort of snafu is why find(1) has the -depth directive. > Does rsync

Re: Workaround for rsyncing when fileflag schg is set?

2021-10-31 Thread Perry Hutchison via rsync
That sort of snafu is why find(1) has the -depth directive. Does rsync have anything similar? Kevin Korb via rsync wrote: > There maybe a proper solution but an obvious workaround would be to run > rsync twice. The first time without the --fileflags option. > > --no-perms wouldn't help. That

Re: Workaround for rsyncing when fileflag schg is set?

2021-10-30 Thread Kevin Korb via rsync
There maybe a proper solution but an obvious workaround would be to run rsync twice. The first time without the --fileflags option. --no-perms wouldn't help. That is only the standard unix permissions. On 10/30/21 8:04 PM, Fred Fugate via rsync wrote: > Hi, > > I have some subdirectories