From d027966ed35cf684bc75c1dc345b21cfe645402d Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 26 Dec 2023 00:43:42 +0100 Subject: [PATCH] refactor(docs): Phrasing (#1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59013a9..3ef7540 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ zpool/root/archlinux@pacman_2023-03-07-0114_op:inst_sev:trv zpool/root/archlinux@pacman_2023-03-07-0115_op:upgr_sev:trv ``` -Whatever you set as your `pkgs_list_max_length` is still just a best effort as it is subject to ZFS' internal maximum for dataset name length. This limit is currently 255 characters. For a snapshot this is counted against the dataset name in front of the `@` character plus everything else starting with the `@` character til the end. If you'd like e.g. 200 characters allocated to the package list chances are that you'll see fewer characters than that depending on how long your dataset names are on their own. +Whatever you set as your `pkgs_list_max_length` is still just a best effort as it is subject to ZFS' internal maximum for dataset name length. This limit is currently 255 characters. For a snapshot the dataset name in front of the `@` character plus everything else starting with the `@` character til the end count against the limit. If you'd like e.g. 200 characters allocated to the package list chances are that you'll see fewer characters than that depending on how long your dataset names are on their own. Have a look at `pacman-zfs-snapshot.conf` as well, its comments should be clear enough to get you going.