Исходный текст | Переводы |
---|---|
Disable Cron | |
It can be frustrating working from a production database backup on non-prod servers as schduled backups will automatically run via cron the same as they run on production. The custom cron tasks may be disabled using this checkbox. Note: this doesn't prevent people from manually running backups via the UI or from the Drush commands, so it is safe to enable on all site instances and then disable on production environments. Default: !default. | |
Rows Per Query | |
Controls how many records are loaded from the database at once. Defaults to "!default", i.e. !default rows. Note that setting this to a high number can cause problems when exporting large data sets, e.g. cache tables can have huge volumes of data per record. | |
Rows Per Line | |
Controls how many records are included in a single INSERT statement. Defaults to "!default", i.e. !default records. | |
Data Bytes Per Line | |
Controls how much data will be inserted at once using a single INSERT statement. This works with the "backup_migrate_data_rows_per_line" variable to ensure that each INSERT statement doesn't end up being too large. Defaults to "!default", i.e. !default bytes. | |
Maximum E-mail Size | |
In bytes. Limits the size of e-mails with attached back-ups that can be sent. Default: !default. |