wrong config files defining storage

Mehrdad Ravanbod <[email protected]>
Newsgroups gmane.comp.bacula.user
Message-ID <[email protected]>
Hi guys

I am trying to do some testbackups with bacula and atm, It is not 
working the error I get is is

"Storage daemon "DiskFile" didn't accept Device "DiskAC_Dev0" because: 
3924 Device "DiskAC_Dev0" not in SD Device resources or no matching 
Media Type or is disabled."

I am kinda stuck, i think it looks ok,  hoping that someone here can 
give me some pointers as to what is wrong

I have a bacula installatopn on a RockyLinux9 server, trying to backup 
files from a remote Windows machine(to a local directory on that 
machine), but i can not get it to work, i seem to have some error in 
defining storage. Btw, Director can connect to the FD and SD on the 
remote machine, so client definition in bacula-dir and conf files on 
remote machine seem to be working, no problems there

here are rel. parts of my config files:

#from bacula-dir

Storage {
   Name = "DiskFile"
   SdPort = 9103
   Address = "192.168.1.210"
   FdStorageAddress = "192.168.1.210"
   Password = "GySzPw9oniyUY6Cevt5OlHJaV7lst9Dsod+v97Xk/fc5"
   Device = DiskAC_Dev0
   MediaType = DiskVolume
   Autochanger = no
   MaximumConcurrentJobs = 10
}

Pool {
   Name = "BckupDisk_Pool1"
   PoolType = "Backup"
   Storage=DiskFile
   LabelFormat = "\"BckTest-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}\""
   LabelType = "Bacula"
   MaximumVolumes = 100
   MaximumVolumeBytes = 53687091200
   VolumeRetention = 31536000
  AutoPrune = no
   Recycle = no
   ScratchPool = "Scratch"
}


Job {
   Name = "Test"
   Type = "Backup"
   Level = "Full"
   Pool = "BckupDisk_Pool1"
   JobDefs = "WinBckupToDisk"
   Storage = "DiskFile"
}

JobDefs {
   Name = "WinBckupToDisk"
   Type = "Backup"
   Messages = "Standard"
   Storage = "DiskFile"
   Pool = "BckupDisk_Pool1"
   Client = "bckuptest-fd"
   Fileset = "FS_BckupDisk1"
   Schedule = "Weekly1"
   WriteBootstrap = "/opt/bacula/working/%c.bsr"
   SpoolAttributes = yes
   Priority = 10
}

#part of  SD conf file

Storage {                             # definition of myself
   Name = bckuptest-sd
   SDPort = 9103                  # Director's port
   WorkingDirectory = "C:\\Program Files\\Bacula\\working"
   Pid Directory = "C:\\Program Files\\Bacula\\working"
   Maximum Concurrent Jobs = 10
}

Device {
   Name = DiskAC_Dev0
   MediaType = DiskVolume
   ArchiveDevice = "D:\Backup1"
   LabelMedia = Yes
   RandomAccess = Yes
   AutomaticMount = Yes
   RemovableMedia = No
   AlwaysOpen = No
   MaximumConcurrentJobs = 5
}

So this is what i get when i try to run the job Test

localhost-dir JobId 56: Fatal error: Failed to start job on any of the 
storages defined!
localhost-dir JobId 56: Storage daemon "DiskFile" didn't accept Device 
"DiskAC_Dev0" because: 3924 Device "DiskAC_Dev0" not in SD Device 
resources or no matching Media Type or is disabled.
localhost-dir JobId 56: Connected to Storage "DiskFile" at 
192.168.1.210:9103 with TLS


-- 
________________________________________________________
Mehrdad Ravanbod System administrator



_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.