CRIU introduces several images to keep info about what files are opened by task, but what options should I use to get images such as reg-files.img?
What I have done is as follows:
execl(criu, criu,
"dump",
"--images-dir", dump_dir,
"-d",
"-vvvv",
"-o", dump_log,
"-t", pid,
"--prev-images-dir", prev_dump_dir,
"--track-mem",
"--leave-running",
"--shell-job",
"--file-locks",
"--reg-files"
New contributor
ggssh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.