From f16f2b86123a9d753a615e2be4443aa145ee095f Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 26 Dec 2023 00:27:27 +0100 Subject: [PATCH] refactor(docs): Trim ZFS example snapshot list (#1) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c51c084..59013a9 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,8 @@ With these settings it is possible to cause ZFS snapshot name collisions (meanin For example by running `pacman -S tmux` three times within the same minute (once for an _Install_ operation and two more times for two identical _Upgrade_ operations) your system may generate the following example snapshots: ``` -zpool/root/archlinux@pacman_2023-03-07-0116_op:inst_sev:trv_pkgs:tmux 1.66M - 20.7G - -zpool/root/archlinux@pacman_2023-03-07-0116_op:upgr_sev:trv_pkgs:tmux 2.17M - 20.7G - +zpool/root/archlinux@pacman_2023-03-07-0116_op:inst_sev:trv_pkgs:tmux +zpool/root/archlinux@pacman_2023-03-07-0116_op:upgr_sev:trv_pkgs:tmux ``` Notice that there is no third snapshot for the second identical _Upgrade_ operation as this script skipped snapshot creation.