Description of backups configuration options
Configuration option = Default value Description
[DEFAULT]
= cinder.backup.api.API (StrOpt) The full class name of the volume backup API class
= zlib (StrOpt) Compression algorithm (None to disable)
= cinder.backup.drivers.swift (StrOpt) Driver to use for backups.
= cinder.backup.manager.BackupManager (StrOpt) Full class name for the Manager for volume backup
= 2 (IntOpt) Backup metadata version to be used when backing up volume metadata. If this number is bumped, make sure the service doing the restore supports the new version.
= backup-%s (StrOpt) Template string to be used to generate backup names
= 10 (IntOpt) The number of chunks or objects, for which one Ceilometer notification will be sent
= $state_path/backup (StrOpt) Path specifying where to store backups.
= False (BoolOpt) Offload pending backup delete during backup service startup.
= 120 (IntOpt) Interval, in seconds, between two progress notifications reporting the backup status
= cinder-backup (StrOpt) The topic that volume backup nodes listen on
= snapshot-%s (StrOpt) Template string to be used to generate snapshot names
= True (BoolOpt) Create volume from snapshot at the host where snapshot resides