Description of backup configuration options
Configuration option = Default value Description
[DEFAULT]
= default_aes_cbc_key (StrOpt) Default OpenSSL aes_cbc key.
= 65536 (IntOpt) Chunk size (in bytes) to stream to the Swift container. This should be in multiples of 128 bytes, since this is the size of an md5 digest block allowing the process to update the file checksum during streaming. See: http://stackoverflow.com/questions/1131220/
= trove.guestagent.backup.backup_types.InnoBackupEx (StrOpt) Runner to use for backups.
= {} (DictOpt) Additional options to be passed to the backup runner.
= 2147483648 (IntOpt) Maximum size (in bytes) of each segment of the backup file.
= database_backups (StrOpt) Swift container to put backups in.
= True (BoolOpt) Compress backups using gzip.
= True (BoolOpt) Encrypt backups using OpenSSL.
= False (BoolOpt) Send backup files over snet.
= 20 (IntOpt) Page size for listing backups.