diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-19 08:39:28 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-19 08:39:28 -0600 |
| commit | da3e568d6554458e03cb3d9eee5a820b7e970bab (patch) | |
| tree | 2e636d5307055e52f29ff5e2b61504978c8b0bb3 /TODO.org | |
| parent | 5e7f76caf5630f71d9b4b9895346d8941ed623e8 (diff) | |
| download | archangel-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.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
