XBCRYPT(1) Percona XtraBackup XBCRYPT(1)

xbcrypt - Percona xbcrypt Documentation

To support encryption and decryption of the backups, a new tool xbcrypt was introduced to Percona XtraBackup.

Percona XtraBackup 8.0.28-20 implements the XBCRYPT_ENCRYPTION_KEY environment variable. The variable is only used in place of the --encrypt_key=name option. You can use the environment variable or command line option. If you use both, the command line option takes precedence over the value specified in the environment variable.

This utility has been modeled after xbstream_binary to perform encryption and decryption outside of Percona XtraBackup. xbcrypt has following command line options:

Decrypt data input to output.
Optional input file. If not specified, input will be read from standard input.
Optional output file. If not specified, output will be written to standard output.
Encryption algorithm.
Encryption key.
File which contains encryption key.
Size of working buffer for encryption in bytes. The default value is 64K.
This option specifies the number of worker threads that will be used for parallel encryption/decryption.
Display verbose status output.

Percona LLC and/or its affiliates

2009-2022, Percona LLC and/or its affiliates

November 30, 2023 8.0