Hi guys, I need your help!
I want create a sh script that it handles the snapshot like https://pve.proxmox.com/wiki/Live_Snapshots .
I tried:
It works fine! but it created "the backup" of hdd. I need ONLY the snapshot of ram (In short, I need to do "the fast snapshot" like proxmox https://pve.proxmox.com/wiki/File:Screen-create-vm-snapshot.png and in second moment restore it)
I want create a sh script that it handles the snapshot like https://pve.proxmox.com/wiki/Live_Snapshots .
I tried:
Code:
cd /var/lib/vz/dump
vzdump <id my vm> --mode suspend
It works fine! but it created "the backup" of hdd. I need ONLY the snapshot of ram (In short, I need to do "the fast snapshot" like proxmox https://pve.proxmox.com/wiki/File:Screen-create-vm-snapshot.png and in second moment restore it)