Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnramsden/zectl
ZFS Boot Environment manager for Linux
https://github.com/johnramsden/zectl
c linux openzfs zfs zfsonlinux
Last synced: about 15 hours ago
JSON representation
ZFS Boot Environment manager for Linux
- Host: GitHub
- URL: https://github.com/johnramsden/zectl
- Owner: johnramsden
- License: mit
- Created: 2019-01-02T07:15:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T05:17:22.000Z (6 months ago)
- Last Synced: 2024-12-09T20:30:33.425Z (4 days ago)
- Topics: c, linux, openzfs, zfs, zfsonlinux
- Language: C
- Homepage:
- Size: 381 KB
- Stars: 191
- Watchers: 17
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zectl
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![Matrix Chat](https://img.shields.io/badge/chat-on%20%5Bmatrix%5D-brightgreen)](https://riot.im/app/#/room/#zectl:matrix.org "Matrix chat")
ZFS Boot Environment manager
---
`zectl` is a ZFS boot environment manager for Linux.
ZFS lets you create multiple filesystems which are known as datasets. Boot Environments take advantage of how low cost clones can be taken of a root dataset. These clones are effectively forking points where all prior data is shared between the origin dataset and the clone, and any new data will be stored separately.
After creating a boot environment, when it is ready to be used, it is activated. After activation, once the system is rebooted, all new data will be stored in the new boot environment's dataset. These boot environments can be integrated into the bootloader so that they can be selected at the boot menu, as if they are separate installs of an operating system.
## Bootloaders
`zectl` is written in a modular way that supports adding additional bootloaders with "plugins".
`zectl` currently only has a systemdboot plugin.
See [plugins](docs/plugins/README.md)
## Installing
`zectl` is available in on Arch linux:
* [zectl](https://aur.archlinux.org/packages/zectl/)
* [zectl-git](https://aur.archlinux.org/packages/zectl-git/)To build manually see [BUILDING](docs/BUILDING.md)
## System Setup
See:
* [System Setup](docs/SYSTEM_SETUP.md)
* [plugins](docs/plugins/README.md)