From: Eric Bollengier Date: Sat, 24 Feb 2007 23:02:30 +0000 (+0000) Subject: ebl update X-Git-Tag: Release-7.0.0~6842 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6b7e163f59692eba0f985768479225e17757049d;p=bacula%2Fbacula ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4242 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/bacula-sd-dummy.conf.in b/regress/scripts/bacula-sd-dummy.conf.in new file mode 100644 index 0000000000..495888597a --- /dev/null +++ b/regress/scripts/bacula-sd-dummy.conf.in @@ -0,0 +1,49 @@ +# +# Default Bacula Storage Daemon Configuration file +# +# For Bacula release 1.33 +# +# You may need to change the name of your tape drive +# on the "Archive Device" directive in the Device +# resource. If you change the Name and/or the +# "Media Type" in the Device resource, please ensure +# that dird.conf has corresponding changes. +# + +Storage { # definition of myself + Name = @hostname@-sd + SDPort = 8103 # Director's port + WorkingDirectory = "@working_dir@" + Pid Directory = "@piddir@" + Subsys Directory = "@subsysdir@" +} + +# +# List Directors who are permitted to contact Storage daemon +# +Director { + Name = @hostname@-dir + Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9" +} + +Device { + Name = Dummy + Media Type = Dumyy + Device Type = Fifo + Archive Device = /dev/null + LabelMedia = yes + Random Access = no + AutomaticMount = no + RemovableMedia = no + MaximumOpenWait = 60 + AlwaysOpen = no +} + +# +# Send all messages to the Director, +# mount messages also are sent to the email address +# +Messages { + Name = Standard + director = @hostname@-dir = all, !terminate +}