update
This commit is contained in:
parent
5c4b3e14bf
commit
d9470ab980
6 changed files with 26 additions and 2 deletions
|
@ -17,4 +17,4 @@ Proxmox Virtual Environment (Proxmox VE) is an open-source virtualization platfo
|
|||
### 4. **Storage Options:**
|
||||
- Proxmox VE offers various storage options, including local storage, networked storage (Ceph, NFS, iSCSI), and [ZFS](filesystems/ZFS.md) (Zettabyte File System) support. This allows users to choose the storage solution that best fits their requirements.
|
||||
### 5. **Backup and Restore:**
|
||||
- The built-in backup and restore features simplify data protection in Proxmox VE. Users can create scheduled backups of VMs and containers, allowing for quick recovery in case of data loss or system failures.
|
||||
- The built-in backup and restore features simplify data protection in Proxmox VE. Users can create scheduled backups of VMs and containers, allowing for quick recovery in case of data loss or system failures.
|
||||
|
|
|
@ -5,6 +5,8 @@ repo: https://github.com/qemu/qemu
|
|||
rev: 2024-05-02
|
||||
---
|
||||
|
||||
#refactor -> https://wiki.archlinux.org/title/QEMU
|
||||
|
||||
# QEMU
|
||||
QEMU is an open-source emulator and virtualizer that enables running operating systems and various software applications on different hardware architectures. It supports [emulation](../emulation/Emulation.md) of various CPU architectures, including x86, ARM, PowerPC, and SPARC, among others. It allows running [virtual machines](../tools/Virtual%20Machine.md).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue