I have it working now.

Several additional issues with Encryption and Mediatype, but it basically works again.

My mental mistake was the AutoChanger to begin with.

#SD

## other basic parts

Device {
  Name = "FileStorage"
  Description = "local storage on tx100:/mnt/tera/bacula"
  MediaType = "File1"
  ArchiveDevice = "/mnt/tera/bacula/file"
  RemovableMedia = no
  RandomAccess = yes
  AutomaticMount = yes
  LabelMedia = yes
  ReadOnly = no
  MaximumConcurrentJobs = 5
  #VolumeEncryption = "Yes"
}

# Dir

Storage {
  Name = "File"
  Description = "local storage on tx100:/mnt/tera/bacula"
  SdPort = 9103
  Address = "tx100.loc.oops.co.at"
  Password = "_swXHSgGz6DhqHOxS2PlmbAJks_LY6Gg0"
  Device = "FileStorage"
  MediaType = "File1"
  MaximumConcurrentJobs = 50
}

that's it. Adjust JobDefs to use the Storage, get the Mediatype right .. and in my case turn off Encryption first, add that later ...

Thanks all, sorry for the noise.

Pls correct me, if I miss something.

For now I start some Backup Jobs.





_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to