Stream-backup active recordings to GitHub. TRIGGERS - backup recording, sync cast, streaming backup.
[install|status|stop|history] [-r repo] [-i interval] [--chunk] [--meta]# /asciinema-tools:backup Configure and manage streaming backup to GitHub orphan branch. ## Arguments | Argument | Description | | ---------------- | -------------------------------------- | | `install` | Configure and start backup automation | | `status` | Show active backups and last sync | | `stop` | Disable backup for current session | | `history` | View recent backup commits | | `-r, --repo` | GitHub repository (e.g., `owner/repo`) | | `-i, --interval` | Sync interval (e.g., `30s`, `5m`) ...