Hi all,

I am running Bareos on Windows Server 2008 with the latest release of Bareos.
My Problem is that bareos-sd service stopped after some time. 



My bareos-sd config:

#
# Default Bareos Storage Daemon Configuration file
#
#  For Bareos release 14.1.0.git.1404640765-779.1 (07/06/14) -- Windows 
@DISTVER@
#
# 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 = backup2-sd
  Maximum Concurrent Jobs = 20

  # remove comment in next line to load plugins from specified directory
  # Plugin Directory = C:/Program Files/Bareos/Plugins
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
  Name = backup2-dir
  Password = "#########################"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  Name = backup2-mon
  Password = "#########################"
  Monitor = yes
}

#
# Devices supported by this Storage daemon
# To connect, the Director's bareos-dir.conf must have the same Name and 
MediaType.
#
Device {
  Name = FileStorage#####
  Media Type = File
  Archive Device = G:/bareos-storage
  LabelMedia = yes;                   
  Random Access = Yes;
  AutomaticMount = yes;               
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = FileStorage#####
  Media Type = File
  Archive Device = H:/bareos-storage/#####
  LabelMedia = yes;                   # lets Bareos label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = FileStorageVerwaltung
  Media Type = File
  Archive Device = H:/bareos-storage/#####
  LabelMedia = yes;                   # lets Bareos label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

#
# Send all messages to the Director,
# mount messages also are sent to the email address
#
Messages {
  Name = Standard
  director = backup2-dir = all
}

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to