Page 1 of 1

rsync not starting at boot **solved**

Posted: Sun Oct 11, 2015 4:11 am
by sts
I've been running metehohub since 2012 on an iConnect. I just successfully migrated to a RPI 2 and everything seems good, except the rsync service is not starting at boot time. If I login via SSH and issue "/etc/init.d/rsyncd start" I can use rsync, but it does not start automatically. Is this still an issue with RPI, and how can I get rsync to start automatically? I am running 5.0k build 137. Thanks.

Re: rsync not starting at boot

Posted: Thu Oct 15, 2015 1:44 am
by sts
I guess I answered my own question.

If I edit /etc/default/rsync and change the value of RSYNC_ENABLE from "false" to "true" then rsync starts at reboot, as desired.