

- #Add dlt4 tape drive to vmware esxi 5 install
- #Add dlt4 tape drive to vmware esxi 5 driver
- #Add dlt4 tape drive to vmware esxi 5 password
#Add dlt4 tape drive to vmware esxi 5 password
Password = “3aoSQxxxxxxxxxxxxxxxxxxxxxxxjlcjYj” # password for FileDaemon 2ĪutoPrune = yes # Prune expired Jobs/FilesĪlso add below parts for backup and restore job for client “clienthost”. Now add client configuration of “clienthost” in /usr/local/bacula/bin/nf in servershost w.r.t.
#Add dlt4 tape drive to vmware esxi 5 install
First download and install the bacula client in windows machine :Īnd fill in below dialog box with value of the DIR name, Dir password and Dir Address with information from serverhost’s /usr/local/bacula/bin/nf Now You can install bacula client in a Windows client machine with hostname “clienthost” in my case, and also test connection to bacula server in “serverhost”. # dbdriver = “dbi:mysql” dbaddress = localhost dbport =ĭbname = “bacula” dbuser = “bacula” dbpassword = “PASSWORD”
#Add dlt4 tape drive to vmware esxi 5 driver
# Uncomment the following line if you want the dbi driver % /usr/local/src/bacula-5.0.3/src/cats/grant_bacula_privileges -u root -pĪll the configuration for bacula is put in /usr/local/bacula/bin/ of serverhost, and now we need to edit /usr/local/bacula/bin/nf to access the mysql databse “bacula” (Special Note : “dbaddress” in the nf is incorrect, that should be “DB Address” ) : If you miss this step, it will return error while the job for backup starts even bacula daemon can be started up successfullly, and client can connect to it. % src/cats/make_bacula_tables -u bacula -pĬreation of Bacula MySQL tables succeeded.Īfterwards, set the correct bacula table privileges. Now create the bacula database “bacula” which owned by user “bacula” in mysql server in serverhost. If above configuraiton does not return any error, proceed with compilation and installation : –with-working-dir=/usr/local/bacula/bin/working \ –with-subsys-dir=/usr/local/bacula/bin/working \

, then compile and install it in serverhost :

Bacula I – Installation of bacula in server and clientĪs the number of Windows 2008 servers for (either acts as research projects or as TS servers ) in the laboratory increases, now I try to use bacula, a free network backup tools, to backup their system images into a LTO 4 tape drive attached to a PowerEdge server of CentOS 5.5, with hostname “serverhost” in my case
