BackupsScheduled


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
obj_id INT UNSIGNED 10 null
obj_type enum('server', 'reseller', 'client', 'domain') 8 null
repository enum('local', 'ftp') 6 local
last DATETIME 19 null
period INT UNSIGNED 10 null
active enum('true', 'false') 5 null
processed enum('true', 'false') 5 null
rotation INT 10 0
prefix VARCHAR 255 null
email VARCHAR 255 null
split_size INT UNSIGNED 10 0
suspend enum('true', 'false') 5 false
with_content enum('true', 'false') 5 true
backup_day INT UNSIGNED 10 0
backup_time TIME 8 00:00:00
content_type enum('backup_content_all_at_domain', 'backup_content_vhost_only', 'backup_content_mail_only') 29 backup_content_all_at_domain

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id