From 8fbf16bda0d87ee6a11eb99344d58d16a069a1d8 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 6 Mar 2023 00:36:20 +0100 Subject: [PATCH] docs(script): Explain space.quico:auto-snapshot ZFS property (#1) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ef6cd3..2fe96fb 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ Get started like so: ``` Note that while you may choose arbitrary locations for symlinks the `pacman-zfs-snapshot.hook` file references `/usr/local/bin/pacman-zfs-snapshot`. Change that accordingly if you need to. 1. Adjust `pacman-zfs-snapshot.conf` to your liking +1. For datasets you want auto-snapshotted add property `space.quico:auto-snapshot=true` + ``` + zfs set space.quico:auto-snapshot=true zpool/root/archlinux + ``` + With any other property and any other value datasets will not be auto-snapshotted. # What's it do?