- Author: BlitzPythoner
- Version: v1.0
- Platform: Linux
- Language: Python
AMBCT is a command-line backup tool for Linux that uses wimlib-imagex to create .wim backup images from drives or directories.
This version represents the current state of the Linux implementation. Additional functionality from the Windows version will be adapted and integrated in a Linux-compatible way.
-
Create backups of:
- entire drives
- custom directories
-
Uses
wimlib-imagexfor.wimimage creation -
Compression methods:
NONEXPRESSLZXLZMS
-
Progress output with percentage and ETA
-
Optional integrity check (
--check) -
Optional system shutdown after completion
-
Pre-execution summary and validation
curl -fsSL https://blitzpythoner.github.io/AMBCT-Linux-Repo/install.sh | sudo bash- Linux system
- Python 3.10 or newer recommended
- Compatible with Python 3.6+
wimlib-imagexmust be available in PATH
ambctThe program runs as an interactive CLI.
- Performance depends on system hardware (CPU, storage speed)
- Large backups may take significant time
- Ensure sufficient free space on the target location
The Linux version is under active development.
The current release focuses on core backup functionality. Additional features from the Windows version will be implemented step by step, adapted to Linux-specific behavior and requirements.
- No Windows-specific features (e.g. VSS)
- No benchmarking system
- Feature set is currently reduced
wimlib-imagexhttps://wimlib.net/
BlitzPythoner
This software is provided without warranty. Use at your own risk.