Changes

Jump to navigation Jump to search
9 bytes removed ,  11:49, 15 May 2013
m
Remove -t from restore command
Line 65: Line 65:  
== Restore VNC server ==
 
== Restore VNC server ==
   −
  # criu restore -t 17854 --images-dir imgs/ --log-file rst.log -v 4 --tcp-established -d
+
  # criu restore --images-dir imgs/ --log-file rst.log -v 4 --tcp-established -d
    
What has changed from the dump command is the action (it's restore now), the log file name (not to mix things up) and the new <code>-d</code> option. It says, that after restoring criu should exit and make the restored tree of tasks to be reparented to the init task.
 
What has changed from the dump command is the action (it's restore now), the log file name (not to mix things up) and the new <code>-d</code> option. It says, that after restoring criu should exit and make the restored tree of tasks to be reparented to the init task.

Navigation menu