Definition
A Linux tool that takes a snapshot of a running program so you can pause it and bring it back later.
Checkpoint/Restore In Userspace, a Linux facility that serializes a running process tree (memory, file descriptors, sockets) to disk for later restoration, used as the durability path in DeltaBox-style checkpointing.
Also called: Checkpoint/Restore In Userspace