1XBCRYPT(1)                    Percona XtraBackup                    XBCRYPT(1)
2
3
4

NAME

6       xbcrypt - Percona xbcrypt Documentation
7
8       To support encryption and decryption of the backups, a new tool xbcrypt
9       was introduced to Percona XtraBackup.
10
11       This utility has been modeled after xbstream_binary to perform  encryp‐
12       tion  and decryption outside of Percona XtraBackup. xbcrypt has follow‐
13       ing command line options:
14
15       -d, --decrypt
16              Decrypt data input to output.
17
18       -i, --input=name
19              Optional input file. If not specified, input will be  read  from
20              standard input.
21
22       -o, --output=name
23              Optional  output  file. If not specified, output will be written
24              to standard output.
25
26       -a, --encrypt-algo=name
27              Encryption algorithm.
28
29       -k, --encrypt-key=name
30              Encryption key.
31
32       -f, --encrypt-key-file=name
33              File which contains encryption key.
34
35       -s, --encrypt-chunk-size=#
36              Size of working buffer for  encryption  in  bytes.  The  default
37              value is 64K.
38
39       --encrypt-threads=#
40              This  option specifies the number of worker threads that will be
41              used for parallel encryption/decryption.
42
43       -v, --verbose
44              Display verbose status output.
45

AUTHOR

47       Percona LLC and/or its affiliates
48
50       2009-2021, Percona LLC and/or its affiliates
51
52
53
54
558.0                              May 31, 2021                       XBCRYPT(1)
Impressum