-
Hey, Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Tart is not supporting live snapshotting in the classical sense but you can always FYI Please subscribe to updates of #147 if Tart will ever support live snapshotting of running VMs. |
Beta Was this translation helpful? Give feedback.
Tart is not supporting live snapshotting in the classical sense but you can always
stop
a VM in a desired state,clone
it to preserve a "snapshot" of the current state and than you can resumerun
ning it.FYI
clone
command is just coping of the disk image which is super fast and disk efficient due to magic of APFS which will only physically store difference between snapshotted disk and the VM's disk.Please subscribe to updates of #147 if Tart will ever support live snapshotting of running VMs.