I know that i can add in Rsync's config file
read only = no
But when I use the synchronization command on the client, rsync tells me
ERROR: module is read only
If I change the value of read only to “no”, the client will automatically upload files when synchronizing files with the server
So what should I do to allow the client to only download changed files from the server and not allow local files to be uploaded to the server when synchronizing files with the server?
My Server System : CentOS 7
Client System : Windows use cwRsync