Reference in New Issue
Block a user
Delete Branch "feat/batch-55-65-54"
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
Three features. Closes #55, closes #65, closes #54.
#55: CLI snapshot command
mokosuitebackup:snapshotwith four actions:create --types=articles,categories,modules --description="text"restore --id=N --mode=replace|mergelist— formatted table outputdelete --id=N#65: Auto-verify backup integrity
After archive creation + checksum, automatically verifies:
database.sqlpresent for DB backupsApplied to both
BackupEngineandSteppedBackupEngine.#54: Snapshot REST API
Five endpoints via Joomla REST API:
GET /snapshots— list with paginationPOST /snapshot— createPOST /snapshot/:id/restore— restore (mode + types)DELETE /snapshot/:id— deleteGET /snapshot/:id/download— stream JSONTest Plan
bin/joomla mokosuitebackup:snapshot create --types=articlesbin/joomla mokosuitebackup:snapshot listshows tablebin/joomla mokosuitebackup:snapshot restore --id=1 --mode=mergeGET /api/index.php/v1/mokosuitebackup/snapshotsreturns listPOST /api/index.php/v1/mokosuitebackup/snapshotcreates snapshot