Bacula for Linux
Detailed guide for setting up Bacula backup on your Linux server.
apt-get install bacula-clientDirector {
Name = bacula02-fbg-fd
Password = "YourPasswordGoesHere"
}
FileDaemon {
Name = ds*****
FDport = 9102
FDAddress = 0.0.0.0
WorkingDirectory = /var/lib/bacula
Pid Directory = /var/run/bacula
Maximum Concurrent Jobs = 20
}
Director {
Name = bacula02-fbg-mon
Password = "LkRjyq760wGbAXeah4ofS55bG41q4p"
Monitor = yes
}
Messages {
Name = "Standard"
director = bacula02-fbg-dir = all, !skipped
}MySQL backup with Bacula
Last updated
Was this helpful?