Find the answer to your Linux question:
Results 1 to 3 of 3
Hello all How do you get bacula to start at boot. Is it simply a case of moving relevant configuration files to the /etc/init.d dir? Or did i miss a ...
  1. #1
    tqz
    tqz is offline
    Just Joined!
    Join Date
    Jan 2008
    Posts
    46

    starting bacula at boot

    Hello all

    How do you get bacula to start at boot. Is it simply a case of moving relevant configuration files to the /etc/init.d dir?

    Or did i miss a step when installing and configuring bacula?

    I have bacula all up and working so dont want to do anything that may mess up the setup i.e. move files and then find bacula doesnt work no more!

    Thanks for any help!

    t.

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,096
    There are usually (ie, if you installed via RPM/deb) 3 init files in /etc/init.d/
    bacula-dir, bacual-sd and bacula-fd

    On a redhat/centos/fedora system, you just do this
    Code:
    chkconfig bacula-dir on
    chkconfig bacula-sd on
    chkconfig bacula-fd on
    On a typical client,
    Code:
    chkconfig bacula-fd on
    is enough
    You must always face the curtain with a bow.

  3. #3
    tqz
    tqz is offline
    Just Joined!
    Join Date
    Jan 2008
    Posts
    46
    No the files dont exist in the /etc/init.d/ dir but in /etc/bacula/ on my system. The chkconfig doesnt work with ubuntu, I guess there is another equivalent command...which I will look into tomorrow now!

    Thanks Irithori for your help!...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...