Incus ZFS Builder (izb)
Incus ZFS Builder (izb) is a Rust library that provides helper functions for provisioning ZFS-on-Root VMs with zfsbootmenu using Incus.
Features
- Create and manage Incus profiles
- Create and configure bridge networks
- Create Debian VMs with custom profiles
- Attach bridge networks to VMs
- Start VMs and push files to them
- Manage Sanoid configuration for VM snapshots
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
Then, you can use the library in your Rust code:
use ;
License
This project is licensed under the Affero General Public License v3.0 (AGPL-3.0).
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
If you have any questions or run into any problems, please open an issue in the GitHub repository.