You are here

backup_db.schema.yml in Backup Database 8

config/schema/backup_db.schema.yml

File

config/schema/backup_db.schema.yml
View source
  1. backup_db.settings:
  2. type: mapping
  3. label: 'Backup Database settings'
  4. mapping:
  5. filename:
  6. type: string
  7. label: 'Export filename'
  8. path:
  9. type: string
  10. label: 'Export path'
  11. date:
  12. type: string
  13. label: 'Export date format'
  14. settings:
  15. type: mapping
  16. label: 'Mysqldump settings'
  17. mapping:
  18. include_tables:
  19. type: array
  20. label: 'Include tables'
  21. exclude_tables:
  22. type: array
  23. label: 'Exclude tables'
  24. compress:
  25. type: string
  26. label: 'Compress'
  27. no_data:
  28. type: boolean
  29. label: 'No data'
  30. add_drop_table:
  31. type: boolean
  32. label: 'Add drop table'
  33. single_transaction:
  34. type: boolean
  35. label: 'Single transaction'
  36. lock_tables:
  37. type: boolean
  38. label: 'Lock tables'
  39. add_locks:
  40. type: boolean
  41. label: 'Add locks'
  42. extended_insert:
  43. type: boolean
  44. label: 'Extended insert'
  45. complete_insert:
  46. type: boolean
  47. label: 'Complete insert'
  48. disable_keys:
  49. type: boolean
  50. label: 'Disable keys'
  51. where:
  52. type: string
  53. label: ''
  54. no_create_info:
  55. type: boolean
  56. label: 'No create info'
  57. skip_triggers:
  58. type: boolean
  59. label: 'Skip triggers'
  60. add_drop_trigger:
  61. type: boolean
  62. label: 'Add drop trigger'
  63. routines:
  64. type: boolean
  65. label: 'Routines'
  66. hex_blob:
  67. type: boolean
  68. label: 'Hex blob'
  69. databases:
  70. type: boolean
  71. label: 'Databases'
  72. add_drop_database:
  73. type: boolean
  74. label: 'Add drop database'
  75. skip_tz_utc:
  76. type: boolean
  77. label: 'Skip tz UTC'
  78. no_autocommit:
  79. type: boolean
  80. label: 'No autocommit'
  81. default_character_set:
  82. type: string
  83. label: 'Default character set'
  84. skip_comments:
  85. type: boolean
  86. label: 'Skip comments'
  87. skip_dump_date:
  88. type: boolean
  89. label: 'Skip dump date'