i have bacula running backups to Quantum SuperLoader 3 L700. I've configured my bacula-fc.conf file with this
PKI Signatures = Yes # Enable Data Signing
PKI Encryption = Yes # Enable Data Encryption
PKI Keypair = "/usr/local/bacula/etc/master.pem"
#PKI Keypair = "/usr/local/bacula/etc/backup1.pem" # Public and Private Keys
PKI Master Key = "/usr/local/bacula/etc/master.cert" # ONLY the Public Key
and on the client side
PKI Signatures = Yes # Enable Data Signing
PKI Encryption = Yes # Enable Data Encryption
PKI Keypair = "/etc/bacula/master.pem" # Public and Private Keys
PKI Master Key = "/etc/bacula/master.cert" # ONLY the Public Key
I then restarted the bacula-fd on the client and ran a backup. The backup succeeded but shows "no" for encryption.
What am I missing? Any help is greatly appreciated.
Thanks in advance
