Rsync to Network Share works from cmd but fails from Scheduled Task

2020-03-28 Thread Leon Vanderploeg via rsync
Greetings, I have written a C program that runs on Windows servers and does overhead and reporting for backup administration. The program calls rsync for the actual data copy function. It copies data from a remote system to a local drive and that works fine. However, I have recently made

Re: osx permission issue

2020-03-28 Thread Perry Hutchison via rsync
Roland via rsync wrote: > does somebody know how to circumvent that "extra file access restriction > feature" introduced in osx some time ago ? It may not be possible. Based on experience with FreeBSD, from which much of OSX is derived, I suspect you may be running into issues with "file

Re: osx permission issue

2020-03-28 Thread Roland via rsync
what makes you believe that ssh is accessing the files ? ok, rsync on remote mac is being spawned by sshd, so i gave full disk access to the sshd binary , too (as it may inherit restrictions to sub processes) and restarted ssh service , but unfortunately it makes no difference. did you mean

osx permission issue

2020-03-28 Thread Roland via rsync
hello, does somebody know how to circumvent that "extra file access restriction feature" introduced in osx some time ago ? i already tried adding rsync binary to programms with "full disk access" privilege ( system-prefs -> security & privacy -> privacy -> full disk access)  , since running as