You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/product/cluster_configuration/backup_system/overview.md
+22-96Lines changed: 22 additions & 96 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,119 +12,45 @@ weight: "1"
12
12
13
13
<!--# Overview -->
14
14
15
-
Here you will find details on how to configure the available backends for [Virtual Machine Backups](../../virtual_machines_operation/virtual_machine_backups/). Backups are managed through the datastore and image abstractions, so all of the concepts that apply to these objects, such as access control or quotas, are applicable to backups.
15
+
Here you will find details on how to configure the available backends for [Virtual Machine Backups]({{% relref "product/virtual_machines_operation/virtual_machine_backups/" %}}). Backups are managed through the datastore and image abstractions, so all of the concepts that apply to these objects, such as access control or quotas, are applicable to backups.
16
16
17
17
Define backup datastores by using the available options for backends or datastore drivers:
18
18
19
-
- Restic: based on the [restic backup tool](https://restic.net/)
20
-
- Rsync: relies on the [rsync utility](https://rsync.samba.org/) to transfer backup files.
21
-
- OpenNebula-Veeam® Backup Integration: provides robust, agentless backup and recovery for OpenNebula VMs using Veeam Backup & Replication.
19
+
-**Restic**: Based on the [restic backup tool](https://restic.net/).
20
+
-**Rsync**: Relies on the [rsync utility](https://rsync.samba.org/) to transfer backup files.
21
+
-**OpenNebula-Veeam® Backup Integration**: Provides robust, agentless backup and recovery for OpenNebula VMs using Veeam Backup & Replication.
22
22
23
23
## Basic Guide Outline
24
24
25
-
Before reading this guide, you should have installed your [Frontend]({{% relref "frontend_install" %}}), the [KVM Hosts]({{% relref "kvm_node_installation#kvm-node" %}}) and have an OpenNebula cloud up and running with at least one virtualization node.
25
+
Before reading this guide, you should have installed your [Front-end]({{% relref "frontend_install" %}}), the [KVM Hosts]({{% relref "kvm_node_installation#kvm-node" %}}) and have an OpenNebula cloud up and running with at least one virtualization node.
26
26
27
27
To configure your backup system, find about datastore driver options to save your VM backups:
Then, consult the [Virtual Machines Operation]({{% relref "../../virtual_machines_operation/virtual_machine_backups/operations" %}}) section to find out how to perform, schedule and restore VM backups.
32
+
Then, consult the [Virtual Machines Operation]({{% relref "product/virtual_machines_operation/virtual_machine_backups/operations" %}}) section to find out how to perform, schedule and restore VM backups.
33
33
34
-
Finally, if you need to backup a large number of VMs you can manage them [effectively through Backup Jobs]({{% relref "../../virtual_machines_operation/virtual_machine_backups/backup_jobs" %}}).
34
+
Finally, if you need to backup a large number of VMs you can manage them [effectively through Backup Jobs]({{% relref "product/virtual_machines_operation/virtual_machine_backups/backup_jobs" %}}).
35
35
36
36
## Hypervisor and Storage Compatibility
37
37
38
-
Performing a VM backup requires support from the hypervisor or the disk image formats. The following table summarizes the backup modes supported for each hypervisor and storage system.
39
-
40
-
<!-- Markdown doesn't support merged cells in tables, so as a temporary workaround these are inserted in HTML -->
Performing a VM backup requires support from the hypervisor and the disk image formats. The following table summarizes the backup modes supported for each hypervisor and storage system.
39
+
40
+
|**Hypervisor**|**Storage**|**Live (full)**|**Power off (full)**|**Live (incremental)**|**Power off (incremental)**|
|**LXC**| File (any format) | No | Yes | No | No |
48
+
|| Ceph | No | Yes | No | No |
49
+
|| LVM | Yes | Yes | No | No |
50
+
|| LVM (File Mode) | Yes<sup><strong>‡</strong></sup> | Yes | No | No |
125
51
126
52
<sup>\*</sup> Any datastore based on files with the given format, i.e. NFS/SAN or Local.
127
53
128
-
<sup>†</sup> Ceph full and incremental backups are currently stored in a different way, see [backup types]({{% relref "../../virtual_machines_operation/virtual_machine_backups/operations#backup-types" %}}) for more details.
54
+
<sup>†</sup> Ceph full and incremental backups are currently stored in a different way, see [backup types]({{% relref "product/virtual_machines_operation/virtual_machine_backups/operations#backup-types" %}}) for more details.
129
55
130
-
<sup>‡</sup> Only supported in [thin mode]({{% relref "../../../product/cluster_configuration/lvm/filemode#lvm-thin" %}}).
56
+
<sup>‡</sup> Only supported in [thin mode]({{% relref "product/cluster_configuration/lvm/filemode#lvm-thin" %}}).
0 commit comments