Changes

25 bytes removed ,  18:10, 12 January 2023
m
Add kill command
Line 43: Line 43:  
On the destination node restore the apps from images:
 
On the destination node restore the apps from images:
   −
  [dst]# criu restore --tree <pid> --images-dir <path-to-images>
+
  [dst]# criu restore --images-dir <path-to-images>
    
=== Kill ===
 
=== Kill ===
 
If everything went OK you can kill stopped tasks on the source node:
 
If everything went OK you can kill stopped tasks on the source node:
   −
  [src]# FIXME put command here
+
  [src]# kill <pid>
    
== Further reading ==
 
== Further reading ==
16

edits