feat: add console plugin (CLI commands) #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add plg_console_mokobackup for CLI-based backup and restore via Joomla CLI.
Commands
php joomla.php mokobackup:run [--profile=ID]- Run a backupphp joomla.php mokobackup:list- List backup recordsphp joomla.php mokobackup:profiles- List profilesphp joomla.php mokobackup:restore --id=ID [--password=X]- Restore a backupphp joomla.php mokobackup:cleanup- Run expired backup cleanupImplementation