default=BACKUP_FILE_SIZE,
help='The maximum size in bytes of the files used to hold '
'backups. If the volume being backed up exceeds this '
- 'size, then it will be backed up into multiple files.'),
+ 'size, then it will be backed up into multiple files. '
+ 'backup_file_size must be a multiple of '
+ 'backup_sha_block_size_bytes.'),
cfg.IntOpt('backup_sha_block_size_bytes',
default=SHA_SIZE,
help='The size in bytes that changes are tracked '
- 'for incremental backups. backup_swift_object_size '
- 'has to be multiple of backup_swift_block_size.'),
+ 'for incremental backups. backup_file_size '
+ 'has to be multiple of backup_sha_block_size_bytes.'),
cfg.BoolOpt('backup_enable_progress_timer',
default=True,
help='Enable or Disable the timer to send the periodic '