I messed with this and Alex is 100% correct. Trying to run WBPP on a NAS is frustrating at best and disastrous at worst. There is no upside. PI won’t even run well on a drive that syncs to a NAS in my experience. I use my NAS as my long term repository of lights and masters.
The big risk you run with any DFS/RFS (Distributed/Replicating File System) is data corruption if things get touched/updated while a replication is occuring, but yes, if your sync to the NAS is done by 'watching' the target file system, then triggering a sync with the NAS when things are changed (essentially, a live, differential backup) that will incur a fairly heavy performance hit.
What I was suggesting was having a local 'working' directory on the machine, then having a scheduled task that backs up that directory/disk (or even better, things that changed) at say, 4am.
I would never recommend any process of cloning files while they are in use as the performance hit is significant, and the risk of corruption is absolutely an issue to be considered as well.