[root@localhost ~]# vim /etc/rsyncd.conf

[nfs]
        uid = root
        gid = root
        max connections = 4
        fake super = yes
        path = /data/text
        ignore errors = yes
        read only = no
        write only = no
        auth users = rsync_backup
        secrets file = /etc/rsyncd.secrets