Vagrant RSYNC folders have options for changing the owner and group (owner, group, rsync__chown), but what about permission levels for both file and directory (dmode, fmode, rsync__chmod)?
It seems like the permissions for my synced folder are changing after every "vagrant rsync" command!
I am having trouble finding info for that command on their website. Any idea where I can find the documentation for that command?