-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.xml
More file actions
62 lines (62 loc) · 1.75 KB
/
Copy pathconfig.xml
File metadata and controls
62 lines (62 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<config>
<agent>
<xen>false</xen>
<kvm>false</kvm>
<vcloud>false</vcloud>
<vcenter>false</vcenter>
</agent>
<plugin_capabilities>
<pulling_interval>1800</pulling_interval>
<full_machine recovery_mode='false'>true</full_machine>
<per_vdisk>false</per_vdisk>
<os_files_level>false</os_files_level>
<backup_now>true</backup_now>
</plugin_capabilities>
<auto_backup_presets>
<schedule>
<type>Hourly</type>
<max_recovery_points>1</max_recovery_points>
</schedule>
</auto_backup_presets>
<configuration_parameters>
<option>
<name>vSphere template job Name</name>
<unique_identifier>vsphere_template_job_name</unique_identifier>
<type>string</type>
<regex_check>\w+</regex_check>
</option>
<option>
<name>Backup repository name</name>
<unique_identifier>backup_repository_name</unique_identifier>
<type>string</type>
<regex_check>\w+</regex_check>
</option>
<option>
<name>Power on after restore</name>
<unique_identifier>power_on_after_restore</unique_identifier>
<type>bool</type>
</option>
<option>
<name>Quick rollback</name>
<unique_identifier>quick_rollback</unique_identifier>
<type>bool</type>
</option>
</configuration_parameters>
<scheduler_options>
<hourly/>
<daily>
<frequency>false</frequency>
</daily>
<weekly>
<days_to_run>true</days_to_run>
</weekly>
<monthly>
<day_of_the_week_to_run>true</day_of_the_week_to_run>
<week_of_the_month_to_run>false</week_of_the_month_to_run>
</monthly>
<yearly>
<day_of_the_week_to_run>true</day_of_the_week_to_run>
<month_to_run>true</month_to_run>
</yearly>
</scheduler_options>
</config>