Home-Labs

Proxmox CLI - vzcfg

Proxmox VE vzcfg Commands The vzcfg command-line tool in Proxmox VE is used to configure and manage aspects of containers within Proxmox VE. It offers a more granular level of control compared to the higher-level pct tool. Key vzcfg Commands: Create a Configuration File: vzcfg create …

Proxmox CLI - vzdump

Proxmox VE vzdump Commands The vzdump command-line tool in Proxmox VE is used to create backups of containers and virtual machines (VMs). It offers flexible backup options and can be used for both local and remote backups. Common vzdump Commands: Create a Backup: vzdump <container_id> …

Proxmox CLI - pve restore

Proxmox VE pve restore Commands The pve restore command-line tool in Proxmox VE is used to restore containers and virtual machines (VMs) from backups created with vzdump. Here’s a breakdown of common pve restore commands: Restore a Container: pve restore <container_id> …