A MyAdmin plugin module that provides backup service management, including provisioning, activation, suspension, reactivation, and termination of backup accounts. Supports Acronis Cloud Backup and DirectAdmin storage backends.
- Automated lifecycle management (enable, disable, reactivate, terminate) for backup services
- Acronis Cloud Backup integration with API credential configuration
- DirectAdmin storage backup support
- Configurable billing with prorate support, suspension warnings, and auto-deletion
- Admin settings UI for server management, stock control, and Acronis API credentials
- Email notifications for pending setups and reactivations
- PHP >= 5.0
- ext-soap
- symfony/event-dispatcher ^5.0
- The MyAdmin platform (detain/myadmin-plugin-installer)
Install via Composer:
composer require detain/myadmin-backups-moduleThe module registers itself with the MyAdmin event dispatcher automatically through its plugin hooks.
The plugin exposes the following settings through the MyAdmin admin panel:
| Setting | Description |
|---|---|
outofstock_backups |
Enable or disable sales of backup services |
acronis_username |
Acronis API login name |
acronis_password |
Acronis API password |
acronis_api_client_id |
Acronis API client ID |
acronis_api_secret |
Acronis API secret |
composer install
vendor/bin/phpunitTo generate a coverage report:
vendor/bin/phpunit --coverage-textThis package is licensed under the LGPL-2.1 license.