http://skutt.net/.files/txt/filesets.txt
I Pasted the filesets in there, there is all the servers we have included in bacula.
bacula-dir.conf only has the director configuration and nothing else.
All jobfdefinitions are in
dir-jobdefs.conf
All jobs are in
dir-jobs-servers.conf
Server bupper is the director that controls everything.
The windows bacula-fd.conf looks like this:
FileDaemon { # this is me
Name = intra-fd
# Password = "same password as in bacula-dir.conf on bupper"
FDport = 9102 # where we listen for the director
WorkingDirectory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\Work"
Pid Directory = "C:\\Documents and Settings\\All Users\\Application Data\\Bacula\\Work"
Maximum Concurrent Jobs = 5
}
#
# List Directors who are permitted to contact this File daemon
#
Director {
Name = bupper-dir
Password = "same password as in bacula-dir.conf on bupper"
}
#
# Restricted Director, used by tray-monitor to get the
# status of the file daemon
#
Director {
Name = intra-mon
Password = "[NULL]"
Monitor = yes
}
# Send all messages except skipped files back to Director
Messages {
Name = Standard
director = bupper-dir = all, !skipped, !restored
}