]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/full_win32_installer/bacula-sd.conf.in
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / full_win32_installer / bacula-sd.conf.in
diff --git a/bacula/src/win32/full_win32_installer/bacula-sd.conf.in b/bacula/src/win32/full_win32_installer/bacula-sd.conf.in
new file mode 100644 (file)
index 0000000..9e66212
--- /dev/null
@@ -0,0 +1,115 @@
+#\r
+# Default Bacula Storage Daemon Configuration file\r
+#\r
+#  For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ @DISTVER@\r
+#\r
+# You may need to change the name of your tape drive\r
+#   on the "Archive Device" directive in the Device\r
+#   resource.  If you change the Name and/or the \r
+#   "Media Type" in the Device resource, please ensure\r
+#   that bacula-dir.conf has corresponding changes.\r
+#\r
+\r
+Storage {                             # definition of myself\r
+  Name = @storage_name@\r
+  SDPort = @storage_port@                  # Director's port      \r
+  WorkingDirectory = "@working_dir@"\r
+  Pid Directory = "@working_dir@"\r
+  Maximum Concurrent Jobs = @storage_maxjobs@\r
+}\r
+\r
+#\r
+# List Directors who are permitted to contact Storage daemon\r
+#\r
+Director {\r
+  Name = @director_name@\r
+  Password = "@storage_password@"\r
+}\r
+\r
+#\r
+# Restricted Director, used by tray-monitor to get the\r
+#   status of the storage daemon\r
+#\r
+Director {\r
+  Name = @monitor_name@\r
+  Password = "@monitor_password@"\r
+  Monitor = yes\r
+}\r
+\r
+#\r
+# Devices supported by this Storage daemon\r
+# To connect, the Director's bacula-dir.conf must have the\r
+#  same Name and MediaType. \r
+#\r
+\r
+Device {\r
+  Name = FileStorage\r
+  Media Type = File\r
+  Archive Device = "C:\\Tmp"\r
+  LabelMedia = yes                   # lets Bacula label unlabeled media\r
+  Random Access = Yes\r
+  AutomaticMount = yes               # when device opened, read it\r
+  RemovableMedia = no\r
+  AlwaysOpen = no\r
+}\r
+\r
+#\r
+# An autochanger device with two drives\r
+#\r
+#Autochanger {\r
+#  Name = Autochanger\r
+#  Device = Drive-1\r
+#  Device = Drive-2\r
+#  Changer Command = "mtx-changer %c %o %S %a %d"\r
+#  Changer Device = Changer0\r
+#}\r
+\r
+#Device {\r
+#  Name = Drive-1                      #\r
+#  Drive Index = 0\r
+#  Media Type = DLT-8000\r
+#  Device Type = Tape\r
+#  Archive Device = Tape0\r
+#  AutomaticMount = yes               # when device opened, read it\r
+#  AlwaysOpen = yes\r
+#  RemovableMedia = yes\r
+#  RandomAccess = no\r
+#  AutoChanger = yes\r
+#  Alert Command = "tapeinfo -f %c | findstr TapeAlert"\r
+#}\r
+\r
+#Device {\r
+#  Name = Drive-2                      #\r
+#  Drive Index = 1\r
+#  Media Type = DLT-8000\r
+#  Device Type = Tape\r
+#  Archive Device = Tape1\r
+#  AutomaticMount = yes               # when device opened, read it\r
+#  AlwaysOpen = yes\r
+#  RemovableMedia = yes\r
+#  RandomAccess = no\r
+#  AutoChanger = yes\r
+#  Alert Command = "tapeinfo -f %c | findstr TapeAlert"\r
+#}\r
+\r
+#\r
+#Device {\r
+#  Name = DDS-4                        # \r
+#  Media Type = DDS-4\r
+#  Device Type = Tape\r
+#  Archive Device = Tape0\r
+#  AutomaticMount = yes               # when device opened, read it\r
+#  AlwaysOpen = yes\r
+#  RemovableMedia = yes\r
+#  RandomAccess = no\r
+#  Alert Command = "tapeinfo -f %c | findstr TapeAlert"\r
+#}\r
+\r
+# \r
+# Send all messages to the Director, \r
+# mount messages also are sent to the email address\r
+#\r
+Messages {\r
+  Name = Standard\r
+  director = @director_name@ = all\r
+}\r