38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
Storage { # definition of myself
|
|
Name = test-bacula-sd # Name of this device
|
|
SDPort = 9103 # Director's port
|
|
WorkingDirectory = "/var/lib/bacula" # Working Directory
|
|
Pid Directory = "/run/bacula" # PID Directory
|
|
Plugin Directory = "/usr/lib/bacula" # Directory for plugins
|
|
Maximum Concurrent Jobs = 20 # Max jobs it can do at any one time
|
|
SDAddress = 127.0.0.1 # Address of the SD
|
|
}
|
|
|
|
Director { # Director who is allowed to contact us
|
|
Name = bacula-dir # Name of the director
|
|
Password = "iamnotacrook" # Password for the director to usr to login
|
|
}
|
|
|
|
#Autochanger { # Virtual Auto Changer
|
|
# Name = FileChgr1 # Has a name
|
|
# Device = FileChgr1-Dev1 # Seperate tape drives with commas
|
|
# Changer Command = "" # Not sure what this is for
|
|
# Changer Device = /dev/null # Device is not real
|
|
#}
|
|
|
|
#Device { # Device for Autochanger
|
|
# Name = FileChgr1-Dev1 # Has a name
|
|
# Media Type = File1 # has a type of media
|
|
# Archive Device = /backup/tape # Archive location(?) not sure on this one
|
|
# LabelMedia = yes; # lets Bacula label unlabeled media
|
|
# Random Access = Yes; # Not sure what this is for
|
|
# AutomaticMount = yes; # when device opened, read it
|
|
# RemovableMedia = no; # Not sure what this is for
|
|
# AlwaysOpen = no; # Not sure what this is for
|
|
# Maximum Concurrent Jobs = 5 # Can do 5 jobs at once? (not sure how but ok)
|
|
#}
|
|
|
|
Messages { # Place to send messages
|
|
Name = Standard # Send standard messag es
|
|
director = bacula-dir = all # Forward those to the director
|
|
} |