host-config/etc/bacula/bacula-fd.conf gelöscht
This commit is contained in:
parent
2399896f76
commit
c92826dfbd
@ -1,49 +0,0 @@
|
|||||||
#
|
|
||||||
# Default Bacula File Daemon Configuration file
|
|
||||||
#
|
|
||||||
# For Bacula release 9.6.7 (10 December 2020) -- debian bookworm/sid
|
|
||||||
#
|
|
||||||
# There is not much to change here except perhaps the
|
|
||||||
# File daemon Name to
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Copyright (C) 2000-2020 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 = "PBhBm7HlheYWqVaYv6zDCLpSAzVjSc_OB"
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
|
||||||
# Restricted Director, used by tray-monitor to get the
|
|
||||||
# status of the file daemon
|
|
||||||
#
|
|
||||||
Director {
|
|
||||||
Name = bacula-mon
|
|
||||||
Password = "MxQb81ils2APPrjjzln2jj085hPhWI-JB"
|
|
||||||
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 = 0.0.0.0
|
|
||||||
}
|
|
||||||
|
|
||||||
# Send all messages except skipped files back to Director
|
|
||||||
Messages {
|
|
||||||
Name = Standard
|
|
||||||
director = bacula-dir = all, !skipped, !restored
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user