I use bacula for linux to archive data from multiple servers on a file
storage located on one of the server's hard drive.
It has been set up to automatically label new volumes.
The problem I have is that after creating several new volumes bacula says
that it can't mount new volume.
I manually mounted it in bconsole but then got en error:

05-Feb 12:34 file-server-dir: Created new Volume "FileServer0062" in
catalog.
05-Feb 12:34 file-server-sd: End of Volume "FileServer0062" at 0:0 on device
"FileStorage1" (/mnt/filestorage/backups). Write of 213 bytes got -1.
05-Feb 12:34 file-server-sd: Marking Volume "FileServer0062" in Error in
Catalog.
05-Feb 12:34 file-server-sd: Please mount Volume "FileServer0062" on Storage
Device "FileStorage1" (/mnt/filestorage/backups) for Job
FileServerBackup.2008-02-05_10.44.32

What the hell is going on?

Sections from my bacula-dir.conf:

Job {
  Name = "FileServer1"
  Type = Backup
  Client=file-server-fd
  FileSet="file-server1 set "
  Schedule = "WeeklyCycle"
  Storage = FileStorage1
  Messages = Standard
  Pool = FileServer
}

Job {
  Name = "FileServer2"
  Type = Backup
  Client=file-server2-fd
  FileSet="file-server2 et"
  Schedule = "WeeklyCycle"
  Storage = FileStorage2
  Messages = Standard
  Pool = FileServer2
}

Storage {
  Name = FileStorage1
  Address = file-server
  SDPort = 9103
  Password = "OzwqmXUOc5Szr2fUWmFZG2gUyJtD+7xSUucZ00Q56hQg"
  Device = FileStorage1
  Media Type = File1
}
Storage {
  Name = FileStorage2
  Address = file-server
  SDPort = 9103
  Password = "OzwqmXUOc5Szr2fUWmFZG2gUyJtD+7xSUucZ00Q56hQg"
  Device = FileStorage2
  Media Type = File2
}

and bacula-sd.conf:

Device {
  Name = FileStorage1
  Media Type = File1
  Archive Device = /mnt/filestorage/backups
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = FileStorage2
  Media Type = File2
  Archive Device = /mnt/filestorage/backups
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to