From 5756241588187df146b336a0de9f23eeebd51213 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 27 Mar 2024 10:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...344\273\275\345\222\214\350\277\230\345\216\237.md" | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 "\347\250\213\346\231\264/20240327-Ghost\345\244\207\344\273\275\345\222\214\350\277\230\345\216\237.md" diff --git "a/\347\250\213\346\231\264/20240327-Ghost\345\244\207\344\273\275\345\222\214\350\277\230\345\216\237.md" "b/\347\250\213\346\231\264/20240327-Ghost\345\244\207\344\273\275\345\222\214\350\277\230\345\216\237.md" new file mode 100644 index 0000000..1df03f7 --- /dev/null +++ "b/\347\250\213\346\231\264/20240327-Ghost\345\244\207\344\273\275\345\222\214\350\277\230\345\216\237.md" @@ -0,0 +1,10 @@ +### 操作系统备份还原 +- 通过还原卡的方式,记录当前操作系统状态,每次重启都是当前保留的状态 + +1. 硬件还原卡 + +2. 软件还原卡 (冰点还原) + +- 将当前系统状态,抽取到文件中(保存到文件),需要的时候可以还原回来会产生备份文件 + +文件操作方式,以读取为例 : 文件读取有独占式 , 共享式(以进程来说) \ No newline at end of file -- Gitee