Method: Toolshed::Commands::Mysql::Backup#execute

Defined in:
lib/toolshed/commands/mysql/backup.rb

#execute(_args, options = nil) ⇒ Object



35
36
37
38
39
40
41
# File 'lib/toolshed/commands/mysql/backup.rb', line 35

def execute(_args, options = nil)
  options = options_with_defaults(options)
  Toolshed.logger.info ''
  Toolshed::Databases::Mysql::Backup.new(options).execute
  Toolshed.logger.info ''
  Toolshed.die
end