X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=init.d%2FREADME;h=3d0aeaa5713c3d8e3d237b39f6ef21e6f5d97754;hp=e08e77bdac929bbc93f7981cf1e7a50cc8ec4c89;hb=80d685fc9abd7774608c0f0886c7e0d90c3beaa0;hpb=617af75f7419e95a9c3ea05b05cf21957acc331c diff --git a/init.d/README b/init.d/README index e08e77b..3d0aeaa 100644 --- a/init.d/README +++ b/init.d/README @@ -79,6 +79,27 @@ start automatically at boot (at the default run level): rc-update add backuppc default +FreeBSD: +======= + +When configure.pl is run, the script freebsd-backuppc is created. +An alternative more compact script is freebsd-backuppc2, submitted +by Dan Niles. + +Copy one of these scripts to /usr/local/etc/rc.d/backuppc and make +execuatble. + +Add the following line to /etc/rc.conf to enable BackupPC: + +backuppc_enable=(bool): Set to "NO" by default. + Set it to "YES" to enable BackupPC. + +Example: + + backuppc_enable="YES" + +The script accepts: start, stop, restart, reload, status + Slackware: =========