50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
#
|
|
# Default Bacula File Daemon Configuration file
|
|
#
|
|
# For Bacula release 9.4.2 (04 February 2019) -- ubuntu 20.04
|
|
#
|
|
# There is not much to change here except perhaps the
|
|
# File daemon Name to
|
|
#
|
|
#
|
|
# Copyright (C) 2000-2015 Kern Sibbald
|
|
# License: BSD 2-Clause; see file LICENSE-FOSS
|
|
#
|
|
|
|
#
|
|
# List Directors who are permitted to contact this File daemon
|
|
#
|
|
Director {
|
|
Name = bacula-dir
|
|
Password = "plfcG_XSfD6EBSD0YQhZThlZNHFFFjqtg"
|
|
}
|
|
|
|
#
|
|
# Restricted Director, used by tray-monitor to get the
|
|
# status of the file daemon
|
|
#
|
|
Director {
|
|
Name = bacula-mon
|
|
Password = "ULdl26830u9xQw1i8YI_VBqaIMG1OfE_V"
|
|
Monitor = yes
|
|
}
|
|
|
|
#
|
|
# "Global" File daemon configuration specifications
|
|
#
|
|
FileDaemon { # this is me
|
|
Name = bacula-fd
|
|
FDport = 9102 # where we listen for the director
|
|
WorkingDirectory = /var/lib/bacula
|
|
Pid Directory = /run/bacula
|
|
Maximum Concurrent Jobs = 20
|
|
Plugin Directory = /usr/lib/bacula
|
|
FDAddress = 127.0.0.1
|
|
}
|
|
|
|
# Send all messages except skipped files back to Director
|
|
Messages {
|
|
Name = Standard
|
|
director = bacula-dir = all, !skipped, !restored
|
|
}
|