aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-19 08:39:28 -0600
committerCraig Jennings <c@cjennings.net>2026-01-19 08:39:28 -0600
commitda3e568d6554458e03cb3d9eee5a820b7e970bab (patch)
tree2e636d5307055e52f29ff5e2b61504978c8b0bb3 /TODO.org
parent5e7f76caf5630f71d9b4b9895346d8941ed623e8 (diff)
downloadarchangel-da3e568d6554458e03cb3d9eee5a820b7e970bab.tar.gz
archangel-da3e568d6554458e03cb3d9eee5a820b7e970bab.zip
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
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org3
1 files changed, 2 insertions, 1 deletions
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.