mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 01:54:28 +00:00
No description
blcrcheckpointcontainercontainerscriudmtcphighly-availablelinuxmemory-trackingmigrationparasitepost-copyrestoresnapshotsuspenduserfaultfdzero-downtime
"relative path" is absolute path with dot at the beginning. We already use relative paths on restore. In this patch we add "." on dump too. It's convinient, because we needed to add dot each time when we want to access this mount point. Before this patch we had to created a temporary copy. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com> |
||
|---|---|---|
| arch | ||
| Documentation | ||
| include | ||
| lib | ||
| pie | ||
| protobuf | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .mailmap | ||
| COPYING | ||
| cr-check.c | ||
| cr-dedup.c | ||
| cr-dump.c | ||
| cr-exec.c | ||
| cr-restore.c | ||
| cr-service.c | ||
| cr-show.c | ||
| CREDITS | ||
| crtools | ||
| crtools.c | ||
| eventfd.c | ||
| eventpoll.c | ||
| fifo.c | ||
| file-ids.c | ||
| file-lock.c | ||
| files-ext.c | ||
| files-reg.c | ||
| files.c | ||
| fsnotify.c | ||
| image-desc.c | ||
| image.c | ||
| ipc_ns.c | ||
| irmap.c | ||
| kcmp-ids.c | ||
| kerndat.c | ||
| libnetlink.c | ||
| log.c | ||
| Makefile | ||
| Makefile.config | ||
| Makefile.crtools | ||
| Makefile.inc | ||
| mem.c | ||
| mount.c | ||
| namespaces.c | ||
| net.c | ||
| netfilter.c | ||
| page-pipe.c | ||
| page-read.c | ||
| page-xfer.c | ||
| pagemap-cache.c | ||
| parasite-syscall.c | ||
| pipes.c | ||
| plugin.c | ||
| proc_parse.c | ||
| protobuf-desc.c | ||
| protobuf.c | ||
| pstree.c | ||
| ptrace.c | ||
| rbtree.c | ||
| README | ||
| rst-malloc.c | ||
| sd-daemon.c | ||
| sd-daemon.h | ||
| security.c | ||
| shmem.c | ||
| sigframe.c | ||
| signalfd.c | ||
| sk-inet.c | ||
| sk-netlink.c | ||
| sk-packet.c | ||
| sk-queue.c | ||
| sk-tcp.c | ||
| sk-unix.c | ||
| sockets.c | ||
| stats.c | ||
| string.c | ||
| sysctl.c | ||
| tty.c | ||
| tun.c | ||
| util.c | ||
| uts_ns.c | ||
| vdso-stub.c | ||
| vdso.c | ||
criu ==== An utility to checkpoint/restore tasks. Using this tool, you can freeze a running application (or part of it) and checkpoint it to a hard drive as a collection of files. You can then use the files to restore and run the application from the point it was frozen at. The distinctive feature of the CRIU project is that it is mainly implemented in user space. The project home is at http://criu.org Pages worth starting with are * Kernel configuration, compilation, etc: http://criu.org/Installation * A simple example of usage: http://criu.org/Simple_loop * More sophisticated example with graphical app: http://criu.org/VNC