Skip to content

Releases: anjaustin/autolvmb

v0.0.528-alpha - Initial Public Release

01 Feb 19:13
Compare
Choose a tag to compare
Pre-release

AutoLVMB - Automatic Logical Volume Management Bash Script

Overview

AutoLVMB (autolvmb.sh) is a bash script designed to simplify and automate the process of managing logical volumes in Linux. Authored by Aaron Tripp N. Josserand Austin under Z Tangerine, LLC, this script provides an intuitive command-line interface for creating, extending, and managing logical volumes. As an alpha release (v0.0.528-alpha), it aims to provide foundational functionalities with a focus on ease of use and automation.

Features

  • Automated Logical Volume Management: Easily manage your logical volumes with automated scripts.
  • Intuitive CLI Interface: Designed for both beginners and advanced users, providing clear instructions and feedback.
  • Cross-Distribution Compatibility: Tested across various Linux distributions to ensure broad compatibility.

Installation

To install AutoLVMB, follow these simple steps:

  1. Download the autolvmb.sh script from the GitHub repository.
  2. Make the script executable:
    chmod +x autolvmb.sh
    
  3. Move the script to a location in your PATH for easy execution (optional):
    sudo mv autolvmb.sh /usr/local/bin/autolvmb
    

Usage

To use AutoLVMB, simply run the script from your terminal:

./autolvmb.sh [options]

Replace [options] with your specific command-line arguments for the task you wish to accomplish. For detailed options and usage instructions, refer to the help command:

./autolvmb.sh --help

Contributing

We welcome contributions! If you'd like to contribute, please fork the repository and submit a pull request with your proposed changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Aaron Tripp N. Josserand Austin for the initial development and maintenance.
  • All contributors who help in improving AutoLVMB.

Changelog

  • v0.0.528-alpha: Initial public release.