From da3e568d6554458e03cb3d9eee5a820b7e970bab Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 19 Jan 2026 08:39:28 -0600 Subject: Add zfssnapshot and zfsrollback scripts to ISO Copied from archsetup to make these tools available on the live ISO for rescue scenarios and post-install management. zfssnapshot: - Creates recursive snapshots across all pools - Timestamps with descriptive labels (YYYY-MM-DD_HH-MM-SS_description) - Integrates with grub-zfs-snap for boot menu updates zfsrollback: - Interactive fzf-based snapshot selection - Two modes: single dataset or all matching datasets - Safety warnings showing what will be destroyed - Special genesis rollback warning --- TODO.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO.org') diff --git a/TODO.org b/TODO.org index 72d31d5..1d5d4f6 100644 --- a/TODO.org +++ b/TODO.org @@ -143,7 +143,8 @@ fi - arch-wiki-lite: ~200MB (text only, smaller) - Could include both for ~600MB total -** TODO [#B] Add zfsrollback and zfssnapshot scripts to ISO +** DONE [#B] Add zfsrollback and zfssnapshot scripts to ISO +CLOSED: [2026-01-19 Sun] Include dedicated ZFS snapshot management scripts in the archzfs ISO rather than archsetup. These tools belong here since they're useful for rescue scenarios and post-install management. -- cgit v1.2.3