
前言
使用qm 备份Proxmox VE虚拟机,高效便捷。
登录Proxmox VE shell 执行备份操作
- 备份建议关闭虚拟机 qm shutdown 虚拟机名称号
- --compress 备份格式 0(代表vma格式) gzip lzo zstd
- --storage local(备份的位置)
- 备份默认位置/var/lib/vz/dump备份下来数据可以在任意Proxmox VE主机恢复
- 参数
 --all --mailnotification --notification-target --script
 --bwlimit --mailto --performance --stdexcludes
 --compress --maxfiles --pigz --stdout
 --dumpdir --mode --pool --stop
 --exclude --node --protected --stopwait
 --exclude-path --notes-template --prune-backups --storage
 --ionice --notification-mode --quiet --tmpdir
 --lockwait --notification-policy --remove --zstd
 
qm shutdown 102
vzdump 102 --storage local --stop 1 --compress 0
vzdump 102 --storage local --stop 1 --compress zstd



















