Method: Backup::Database::MySQL#skip_tables

Defined in:
lib/backup/database/mysql.rb

#skip_tablesObject

Tables to skip while dumping the database

If ‘name` is set to :all (or not specified), these must include a database name. e.g. ’name.table’. If ‘name` is given, these may simply be table names.



27
28
29
# File 'lib/backup/database/mysql.rb', line 27

def skip_tables
  @skip_tables
end