I have an rsync service that syncs files from remote machine to a machine that drops them on a network drive.
I need the copied files to take on the native permissions of the destination folder.
The sync process runs fine, but after it is finished, I cannot access some of the folders -- Permission Denied.
I am logged in as domain admin; it won't allow me to modify any permissions on said folders, either. What gives?
run command:
rsync.exe -v -rlt -z --delete "src_path" "dst_path"