Method: Backup::Database::MySQL#prepare_backup
- Defined in:
- lib/backup/database/mysql.rb
#prepare_backup ⇒ Object
If true (which is the default behaviour), the backup will be prepared after it has been successfuly created. This option is only valid if :backup_engine is set to :innobackupex.
53 54 55 |
# File 'lib/backup/database/mysql.rb', line 53 def prepare_backup @prepare_backup end |