Hello, 
I am trying to backup on Windows Storage but I get error:

Cannot find any appendable volumes.
Please use the "label" command to create a new Volume for:
Storage: "FileStorage" (C:/bareos-storage)

Using 'label' comand in bconsole get error:
Connecting to Storage daemon Winshare at fx000.my-domain.ru:9103 ... Sending 
label command for Volume «New» Slot 0 ... 3903 Error scanning label command: 
label FileStorage VolumeName=New PoolName=Win MediaType=File Slot=0 drive=0 
Label command failed for Volume New.

How to backup files on Windows Storage?

 
bareos-dir.conf:
Storage {
  Name = Wintest
  Address = fx000.my-domain.ru                
  Password = "12345"
  Device = FileStorage
  Media Type = File
Pool {
  Name = Win
  Pool Type = Backup
  Label Format = "File-"
  Recycle = yes                       
  AutoPrune = yes                     
  Volume Retention = 30 days
  Maximum Volume Jobs = 100
  Maximum Volume Bytes = 50G         
  Maximum Volumes = 100 

bareos-sd.conf
Storage {                             
  Name = fx000-sd
  Maximum Concurrent Jobs = 20
}
Device {
  Name = FileStorage
  Media Type = File
  Archive Device = C:/bareos-storage
  LabelMedia = yes;                   
  Random Access = Yes;
  AutomaticMount = yes;               
  RemovableMedia = no;
  AlwaysOpen = no;
}

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