I’m using crontab to copy files, using rsync, from hard drive to an external drive for additional backup. if I start a job myself, it works fine, all files copied.
If crontab start the same job automatically at a given time, I get permission error for some files, not all.
running Mac Sonoma 14.1.2
my rsync command : rsync -avrz --chmod=gu+rw --progress etc.
Can anybody help ?