Bacula-users

[Bacula-users] Encrypted restore **Help**

2009-02-25 13:33:25
Subject: [Bacula-users] Encrypted restore **Help**
From: Steve Hood <scubasteve95123 AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 25 Feb 2009 10:30:28 -0800
All-
 My problem is during a restore of a client that I have configured with encryption I get the following errors for what looks like all files:
24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-
local/bin/cat
24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/find
24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/basename
......
......
......
......

the restore process works fine without encryption.
here is a copy of my fd.conf:
Director {
  Name = bacula-mon
  Password = "***********"
  Monitor = yes
}
FileDaemon {                          # this is me
  Name = backup-local-fd
  FDport = 9102                  # where we listen for the director
  WorkingDirectory = /var/spool/bacula
  Pid Directory = /var/run
  Maximum Concurrent Jobs = 20

  PKI Signatures = Yes
  PKI Encryption = Yes
  PKI Keypair = "/etc/bacula/fd-backup-local.pem"
  PKI Master Key = "/etc/bacula/master.cert"
}

# Send all messages except skipped files back to Director
Messages {
  Name = Standard
  director = bacula-dir = all, !skipped, !restored
}

What am I doing wrong?

thanks for your time.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Encrypted restore **Help**, Steve Hood <=