Cloud Sync Task Permissions

Hello Community

My question revolves around cloud sync tasks. I pull data via sync from a cloud provider to my truenas SCALE setup at home. Everything works. I do however have an issue that the permissions of the newly added files gets change to root:root automatically.

Now before any comments, yes I did read the manual:

-----------------%<-----------------
If the restore destination dataset is the same as the original source dataset, the restored files might have their ownership altered to root. If root did not create the original files and they need a different owner, you can recursively reset ACL Permissions of the restored dataset through the GUI.
----------------->%-----------------

And yes I can somewhat restore the permissions via the dataset recursive to username:username, they should also be 775 (according to my dataset permissions) but they are 755. Not a big problem for my use case, but not how they should be according to my set permissions via the GUI.

Questions:

(1) Is it possible to have my transferred data retain the permissions of the dataset they are going to (username:username 775) instead of going to root 755. Or do I have to manually run the recursive change each time I transfer data.

Thanks!