To make sure rsync is installed in Ubuntu to have to take care of two things
- in /etc/default/rsync set “RSYNC_ENABLE=true”
- make sure a /etc/rsyncd.conf file exists, settings can be something like
pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [backup] comment = backup voor specifieke machines path = /backup read only = false uid = 1000 gid = 1000 hosts allow = 192.168.0.1/24 hosts deny = 192.168.0.1
Leave a Reply