X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=init.d%2FREADME;h=4aee97bc4a1bf2b4519c3c383f765218ed707692;hp=c696a770fa9f63e6d6c810bd023bc41765de6b80;hb=567f78c78b11de16e73e0d6cd1f290a02b420f72;hpb=1ce7d1541ea1279aaa0a75c16986a3fd40b608ec diff --git a/init.d/README b/init.d/README index c696a77..4aee97b 100644 --- a/init.d/README +++ b/init.d/README @@ -29,6 +29,41 @@ You should then run the following commands as root: This will auto-start backuppc at run levels 3, 4 and 5. +Debian Linux: +============ + +When configure.pl is run, the script debian-backuppc is created. + +(Can a Debian user add some instructions here??) + +Suse Linux: +========== + +When configure.pl is run, the script suse-backuppc is created. + +(Can a Suse user add some instructions here??) + +Gentoo Linux: +============ + +When configure.pl is run, the script gentoo-backuppc and the init conf files +gentoo-backuppc.conf are created. They should be copied to the following +locations: + + cp gentoo-backuppc /etc/init.d/backuppc + cp gentoo-backuppc.conf /etc/conf.d/backuppc + +You can test it by running these commands as root: + + /etc/init.d/backuppc start + /etc/init.d/backuppc status + /etc/init.d/backuppc stop + +After copying these files, run the following as root to make BackupPC to +start automatically at boot (at the default run level): + + rc-update add backuppc default + Solaris: ======= @@ -42,4 +77,4 @@ and /etc/rc0.d. This will auto-start backuppc at run level 3 and stop it at run level 0. -*** NOTE: the solaris startup script and instructions have not been tested *** +(Can a Solaris user please tell me if these instructions are correct?)