Skip to content

Database Description

Lucas Vandroux edited this page Mar 2, 2015 · 3 revisions

Database Structure

Table task

name value description
id uuid Task ID
task_status Integer Reference in TaskStatus.java
task_type Integer Reference in TaskType.java
backup_name String Backup VM or Snapshot ID (based on the backup method)
create_time Date Creation time of the task
last_update Date Last modify time of the task(usually modifying tasks's status)

Table vm_policies

name value description
id uuid id of the vm
enabled boolean if the policy is enabled, if not, the policy will not be scheduled to task at all
backup_method integer reference in BackupMethod.java
time_of_day string backup schedule time in one day
week_days string a string containing 7 binary digits, representing enabled or disabled from Sunday to Saturday
auto_delete_reserve_policy integer reference in AutoDeleteReservePolicy.java
auto_delete_reserve_amount integer the digit required for specific reserve policy(amount of days for Day or amount of backups for Quantity)

Installation [TODO]

How it Works [TODO]

Instructions

  • [TODO]

Developers

Official Wiki Page (in Chinese)

Roadmap

Feedback

Clone this wiki locally