From f972885c456ee8e9447ebe8990f4d24c13798e9d Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Mon, 16 Oct 2023 09:32:10 +0800 Subject: [PATCH] R --- published/20221230 Working with Btrfs - Snapshots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20221230 Working with Btrfs - Snapshots.md b/published/20221230 Working with Btrfs - Snapshots.md index ece51c9585..c13d79cad5 100644 --- a/published/20221230 Working with Btrfs - Snapshots.md +++ b/published/20221230 Working with Btrfs - Snapshots.md @@ -48,7 +48,7 @@ $ cd ~/btrfs-snapshot-test > > —— [Btrfs 详解:基础概念][6] -and also: +以及: > 另外一个分离 `/` 和 `/home` 的优势是我们可以分别进行 _快照_ 。子卷是快照的边界,对一个子卷的快照永远不会包含该子卷下面的其他子卷的内容。快照的更多细节会在后续的文章中介绍。 >