refactor(docs): Trim ZFS example snapshot list (#1)

This commit is contained in:
hygienic-books 2023-12-26 00:27:27 +01:00
parent 93380891ec
commit f16f2b8612

View File

@ -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: 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:inst_sev:trv_pkgs:tmux
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:upgr_sev:trv_pkgs:tmux
``` ```
Notice that there is no third snapshot for the second identical _Upgrade_ operation as this script skipped snapshot creation. Notice that there is no third snapshot for the second identical _Upgrade_ operation as this script skipped snapshot creation.