Hi,

I am new to bacula. I am able to create a backup on tape of a specified
File path, and I can restore it.

I dropped all tables and re-created them, and now I want to encrypt the
data in the backup. For this, I did the following:

in bacula-fd.conf:

FileDaemon {
  Name = host11-fd
  FDport = 9102
  WorkingDirectory = /var/lib/bacula
  Pid Directory = /var/run
  Maximum Concurrent Jobs = 20
  PKI Signatures = Yes
  PKI Encryption = Yes
  PKI Keypair = "/etc/bacula/keys/fd-host11.pem"
  PKI Master Key = "/etc/bacula/keys/master.cert"
}

And I created the keysets as described in
http://www.bacula.org/rel-manual/Data_Encryption.html

I ran the job, it went ok. A restore also went ok. Then I removed the
PKI directives in bacula-fd.conf, and, to be sure, renamed the keys
directory to something else, and I stopped and started all three bacula
daemons.

And, to my surprise, I was still able to do a restore. I expected to
find unreadable data on the tape.

What am I doing wrong?

Thanks,
Arjen Van Drie.



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to