I did a clean restart of the entire backup set over the weekend.  I relabeled 
the tapes, started with a new database, etc.  This is on a current Centos 4.4 
system.

I carefully configured the windows client systems on 1.39.26, and they can 
successfully archive data without error.  The director / sd are running on a 
linux system, on 1.39.27.

All clients are running encryption, and the FileSet has option GZIP6.  The 
FileSet and client records for the host I am trying to restore follow.  All 
Jobs are spooled to disk before being written to tape.

FileSet {
  Name = "SomeHost-Archive"
  Include {
    Options {
      signature = MD5
      compression = GZIP6
    }
    File = /backup/somehost
  }
  Exclude {
    File = *gz
  }
}

FileDaemon {
  Name = archive-fd
  FDport = 9102
  WorkingDirectory = /path/to/bacula/working
  Pid Directory = /path/to/bacula/working
  Maximum Concurrent Jobs = 20

  PKI Signatures = Yes
  PKI Encryption = Yes
  PKI Keypair = "/path/to/bacula/keys/fd_archive.pem"
}


Testing restores tonight with bconsole (on windows and linux systems), all
appears to work well, but the files are being restored as length 0.  I 
specifically ran a test where I touched a file to make sure it was archived, 
ran an archive, and then ran a restore.  The restore listing shows the file 
as archived, but the restore still puts the file back as 0 length.

No errors are generated, and the following typical messages are logged; this 
was from a linux bconsole client job.  Essentially the same messages are 
logged on any restores.

30-Oct 20:39 archive-sd: Ready to read from volume "FNI0000" on device 
"Drive-0" (/dev/nst0).
30-Oct 20:39 archive-sd: Forward spacing to file:block 14:1.
30-Oct 20:42 archive-sd: End of Volume at file 14 on device 
"Drive-0" (/dev/nst0), Volume "FNI0000"
30-Oct 20:42 archive-sd: End of all volumes.
30-Oct 20:42 archive-dir: Bacula 1.39.27 (24Oct06): 30-Oct-2006 20:42:32
  JobId:                  43
  Job:                    Restore-Archive.2006-10-30_20.37.56
  Client:                 archive.fni.com
  Start time:             30-Oct-2006 20:37:58
  End time:               30-Oct-2006 20:42:32
  Files Expected:         1
  Files Restored:         1
  Bytes Restored:         0
  Rate:                   0.0 KB/s
  FD Errors:              0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Restore OK


I am not sure where to go from here, as there are no apparent errors.  I 
wonder if it might be encryption related, but I thought I would ask if anyone 
else might have any ideas before redoing everything again without encryption.  
TIA for any assistance/directions to begin looking that someone can give.

-- 

   -- Michael

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to