Whole-System Snapshot on Operating System [closed]

霸气de小男生 提交于 2019-12-06 01:43:34

There is no way to take a snapshot of the entire system from within the system -- doing so would pose some rather difficult questions -- but you can take a snapshot of a subset of the processes in a Linux system using the cgroup freezer system. Alternatively, you can take a snapshot of an entire OpenVZ guest (under a VZ kernel) using vzdump.

Note that neither of these will include a snapshot of your filesystem. You'd have to do that separately, using one of the methods you mentioned.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!