These options are for creating encrypted single-file backups and for decrypting them. See Chapter 10, Encryption for Backups for more details and usage examples for the encryption and decryption functions of MySQL Enterprise Backup.
Encrypt the data when creating a backup image by a
backup-to-image
operation, or when packing a backup directory into a single file with thebackup-dir-to-image
command. It cannot be used with thebackup
orbackup-and-apply-log
command.Decrypt an encrypted backup image when performing an
extract
,image-to-backup-dir
, orcopy-back-and-apply-log
operation. It is also used for performing avalidate
orlist-image
operation on an encrypted backup image.The option cannot be used in a
apply-log
,backup-and-apply-log
, orcopy-back
operation. For restoration using thecopy-back
command, the encrypted backup image has to be unpacked and decrypted first using theimage-to-backup-dir
orextract
command, together with the--decrypt
option.-
Command-Line Format --key=KEY
Type String The symmetric key for encryption and decryption of a backup image. It should be a 256-bit key, encoded as a string of 64 hexadecimal digits. See Chapter 10, Encryption for Backups on how to create a key. The option is incompatible with the
--key-file
option. -
Command-Line Format --key-file=FILE
Type File name The pathname to file that contains a 256-bit key, encoded as a string of 64 hexadecimal digits, for encryption and decryption of a backup image. The option is incompatible with the
--key
option.