Skip to content

Releases: BlitzPythoner/AMBCT-Linux

v1.0

30 Apr 19:40
bd0b412

Choose a tag to compare

AMBCT Linux v1.0 – Initial Release

AMBCT is a command-line backup tool for Linux that uses wimlib-imagex
to create compressed .wim backups of drives and directories.

This release includes the core functionality for creating backups,
with support for multiple compression methods and progress tracking.


Installation

Option 1: APT Repository (recommended)

curl -fsSL https://blitzpythoner.github.io/AMBCT-Linux-Repo/install.sh | sudo bash


Option 2: Manual installation (.deb)

sudo dpkg -i AMBCT.deb
sudo apt -f install


Notes

  • Requires wimlib-imagex
  • Python 3.10+ recommended (compatible with Python 3.6+)
  • This version focuses on core backup functionality
  • Additional features will be added in future releases