Swift Backup Driver The backup driver for Swift backend performs a volume backup to a Swift object storage system. To enable the Swift backup driver, include the following option in cinder.conf: backup_driver=cinder.backup.driver.swift The following configuration options are available for the Swift backend backup driver. Here is an example of the default options for the Swift backend backup driver. backup_swift_url=http://localhost:8080/v1/AUTH backup_swift_auth=per_user backup_swift_user=<None> backup_swift_key=<None> backup_swift_container=volumebackups backup_swift_object_size=52428800 backup_swift_retry_attempts=3 backup_swift_retry_backoff=2 backup_compression_algorithm=zlib