Hello everybody

I have a little issue with the operator messages. They are always sent out, 
even though the requested device is already mounted.

Does somebody know the exact events that trigger operator messages? Could it be 
that a poll on a 'file' device always triggers that messages? I remember having 
used 4mm tape changers without receiving unnecessary messages. 

I have tried several things and this is just how it currently is:

Device {
  Name = Swappable
  Media Type = Swappable
  Archive Device = /mnt/swappable
  Device Type = File
  Requires Mount = yes
  Mount Point = /mnt/swappable
  Mount Command = "/etc/bareos/scripts/mount_hd /dev/swappable_hd %m"
#  Unmount Command = "/bin/umount %m"
  Unmount Command = "/bin/sync"
  #LabelMedia = yes;                   # lets Bareos label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = yes;
  AlwaysOpen = yes;
  Volume Poll Interval = 60;
  Maximum Network Buffer Size = 131072;
  Close on Poll= Yes;
  Offline On Unmount = Yes;          # keep this too
}

-- 
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 bareos-users+unsubscr...@googlegroups.com.
To post to this group, send email to bareos-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to