unraid_notes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
unraid_notes [2025/02/04 21:05] – mike | unraid_notes [2025/07/13 18:21] (current) – mike | ||
---|---|---|---|
Line 17: | Line 17: | ||
vioserial | vioserial | ||
viostor | viostor | ||
+ | |||
+ | ==== Helpful notes from a user group ==== | ||
+ | I didn't realise snapshotting virtual machines on unRAID was so easy with SSH. | ||
+ | |||
+ | After spending too much time over the weekend testing GUI options for KVM management with unRAID and being disappointed, | ||
+ | Configuration | ||
+ | |||
+ | Machine: Q35-6.2 | ||
+ | |||
+ | BIOS: SeaBIOS (OVMF cannot create snapshots when the VM is running.) | ||
+ | |||
+ | Primary vDisk Type: qcow2 | ||
+ | Commands | ||
+ | List Virtual Machines | ||
+ | |||
+ | virsh list --all | ||
+ | List Snapshots | ||
+ | |||
+ | virsh snapshot-list < | ||
+ | Create Snapshot | ||
+ | |||
+ | virsh snapshot-create < | ||
+ | Create Snapshot With Name | ||
+ | |||
+ | virsh snapshot-create-as < | ||
+ | Shutdown Virtual Machine | ||
+ | |||
+ | virsh shutdown < | ||
+ | |||
+ | Shutting down the virtual machine before snapshotting is recommended, | ||
+ | Revert Snapshot | ||
+ | |||
+ | virsh snapshot-revert < | ||
+ | Delete Snapshot | ||
+ | |||
+ | virsh snapshot-delete < | ||
+ | |||
+ | You must delete all snapshots before removing the VM through unRAID as it throws an error and wont let you delete the VM. | ||
+ | Snapshot Info | ||
+ | |||
+ | virsh snapshot-info < | ||
unraid_notes.1738731907.txt.gz · Last modified: by mike