From d09266fc0bd697a3d5fc14c1e43b224a88310b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E9=9B=AA=E8=8E=B2?= <11785154+yan-xuelian@user.noreply.gitee.com> Date: Fri, 29 Mar 2024 05:27:15 +0000 Subject: [PATCH] =?UTF-8?q?=E9=97=AB=E9=9B=AA=E8=8E=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 闫雪莲 <11785154+yan-xuelian@user.noreply.gitee.com> --- ...20240328 GHOST\347\263\273\347\273\237.md" | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 "25 \351\227\253\351\233\252\350\216\262/20240328 GHOST\347\263\273\347\273\237.md" diff --git "a/25 \351\227\253\351\233\252\350\216\262/20240328 GHOST\347\263\273\347\273\237.md" "b/25 \351\227\253\351\233\252\350\216\262/20240328 GHOST\347\263\273\347\273\237.md" new file mode 100644 index 0000000..854a0a3 --- /dev/null +++ "b/25 \351\227\253\351\233\252\350\216\262/20240328 GHOST\347\263\273\347\273\237.md" @@ -0,0 +1,23 @@ +## GHOST系统: + +在主菜单中,有以下几项需要解释一下: + +“Local”:本地操作,对本地计算机上的硬盘进行操作。 + +“Peer to peer”:通过点对点模式对网络计算机上的硬盘进行操作。 + +“GHOSTCast”:通过单播/多播或者广播方式对网络计算机上的硬盘进行操作。 + +“Option”:是使用GHOST 时的一些选项,一般使用默认设置即可。 + +## Windows操作系统备份 + +3.1 进入GHOST模式 + +3.2 选择所需备份的系统分区 + +3.3 选择生成的备份文件储存位置 + +3.4 选择是否对镜像进行压缩 + +3.5 重启系统 \ No newline at end of file -- Gitee