Barry Robinson wrote: > I set up backuppc to use rsyncd on both WinXP and > Ubuntu Dapper box's. When I reboot the WinXP boxes > the rsyncd service starts as it should however, the > Ubuntu boxes do not. > > If I run rsync --daemon=/etc/rsyncd.conf on the > clients then backuppc is able to access the other > boxes and do its thing. After reboot however I grep > for rsyncd and there is no instance. > > How do I make rsyncd run at boot up? > > on redhat/fedora flavors you have to enable the rsync service which is run from xinetd
thus you edit /etc/xinetd.d/rsync and change the line "disable = yes" to "disable = no". Then it will start on boot. I'm not sure about ubuntu, could be different..... Regards, Les ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
