Hi,

I use a full-Windows-install (all Daemons & POSTGRES on Windows).

Using a USB-HDD FAT32 as target for the backup auto-creating/auto-mounting for 
new volumes sometimes works, but often fails:

bareos-sd.conf:
Device {
  Name = USB_F_Storage
  Media Type = File
  Archive Device = F:/bareos-storage
  LabelMedia = yes;
  Random Access = yes;
  AutomaticMount = yes;
  RemovableMedia = yes;
  AlwaysOpen = no;
}

bareos-dir.conf:
Storage {
  Name = File
  Address = XXXXXXXXXXXXXX
  Password = "XXXXXXXXXXXXXX"
  Device = USB_F_Storage
  Media Type = File
}
Pool {
  Name = Full
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Action On Purge = Truncate
  Volume Retention = 180 days
  Maximum Volume Bytes = 3.5G
  Maximum Volumes = 100
  Label Format = "Full-"
}

Now sometimes BAREOS seems to automatically 
XXXXXXXXXXXX-sd Warning: stored/mount.c:247 Open device "USB_F_Storage" 
(F:/bareos-storage) Volume "Full-NNNN" failed: ERR=stored/dev.c:652 Could not 
open: F:/bareos-storage/Full-NNNN, ERR=No such file or directory
Manually creating the volume solves this problem. But the curious thing is - 
sometimes auto-creating the volume works..... After about 4-6 manually labeled 
volumes 1-2 auto-labeled volumes appear.... any ideas?

Thanks!

-- 
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