3
edits
Changes
→Manual Checkpoint and Restore Functions
VE can be checkpointed with command:
<pre>vzctl chkpnt VEID --dumpfile <path></pre>
This command saves all the state of running VE to dump file and stops the VE. If the option <code>--dumpfile</code> is not set, <code>vzctl</code> uses default path <code>/varvz/tmpdump/Dump.VEID</code>.
After this it is possible to restore the VE exactly in the same state executing: