Greetings All, (and thanks to who ever reads and replies in an effort to assist)

I'm using Bacula's File storage functionality to keep a fairly large archive of our critical data on a RAID array. All my backups seem to run fine, and as far as I know, everything else is functioning normally, except for restoring files from the archives.

For clarity's sake, here's the log entry for an errored restore job:

<begin>

17-Jul 09:07 logos-dir: Start Restore Job RestoreFiles.2006-07-17_09.07.25
17-Jul 09:07 logos-sd: Ready to read from volume "FullBackup:0097" on device "FileSystem" (/backup/bacula/Archives).
17-Jul 09:07 logos-sd: RestoreFiles.2006-07-17_09.07.25 Error: block.c:263 Volume data error at 0:16579700! Wanted ID: "BB02", got "". Buffer discarded.
17-Jul 09:07 logos-dir: RestoreFiles.2006-07-17_09.07.25 Error: Bacula 1.38.9 (02May06): 17-Jul-2006 09:07:29
  JobId:                  43
  Job:                    RestoreFiles.2006-07-17_09.07.25
  Client:                 logos-fd
  Start time:             17-Jul-2006 09:07:27
  End time:               17-Jul-2006 09:07:29
  Files Expected:         3
  Files Restored:         0
  Bytes Restored:         0
  Rate:                   0.0 KB/s
  FD Errors:              0
  FD termination status:  OK
  SD termination status:  Error
  Termination:            *** Restore Error ***

17-Jul 09:07 logos-dir: Begin pruning Jobs.
17-Jul 09:07 logos-dir: No Jobs found to prune.
17-Jul 09:07 logos-dir: Begin pruning Files.
17-Jul 09:07 logos-dir: No Files found to prune.
17-Jul 09:07 logos-dir: End auto prune.

<end>

... And here's my storage device specification for that job:

<begin>

Device {
  Name                  = FileSystem
  Media Type            = File
  Archive Device        = /backup/bacula/Archives
  LabelMedia            = yes                   # lets Bacula label unlabeled media
  Random Access         = Yes
  AutomaticMount        = yes               # when device opened, read it
  RemovableMedia        = no
  AlwaysOpen            = no

#Minimum Block Size = 4096
#Maximum Block Size = 4096

#       Block Positioning = no

}

<end>

I've already tried all recommendations as listed on <http://bacula.org/dev-manual/Bacula_Consol_Restor_Comman.html#SECTION000218000000000000000> to no avail. I'm using Bacula 1.38.9 on Gentoo Intel EM64T, but using the x86 (32-bit) code compiled from source.

All help is appreciated!



Sam



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to