cli-backup-sync
FeaturedBackup and restore OmniRoute data from the CLI. Trigger incremental snapshots, sync to cloud storage, manage backup schedules, and restore from archive files.
AI & Automation 31,567 stars
4081 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## Overview
Backup and restore OmniRoute data from the CLI. Trigger incremental snapshots, sync to cloud storage, manage backup schedules, and restore from archive files.
## Quick install
```bash
npm install -g omniroute # or: npx omniroute
omniroute --version
```
## Subcommands
### `backup`
**Example:**
```bash
omniroute backup
```
### `backup create`
**Flags:**
- `--name <name>`
- `--cloud`
- `--encrypt`
- `--key-file <path>`
- `--exclude <pattern>`
- `--retention <n>`
**Example:**
```bash
omniroute backup create
```
### `backup auto`
**Example:**
```bash
omniroute backup auto
```
### `backup enable`
**Flags:**
- `--cron <expr>`
- `--cloud`
- `--encrypt`
- `--retention <n>`
**Example:**
```bash
omniroute backup enable
```
### `backup disable`
**Example:**
```bash
omniroute backup disable
```
### `backup status`
**Flags:**
- `--name <name>`
- `--cloud`
- `--encrypt`
- `--key-file <path>`
- `--exclude <pattern>`
- `--retention <n>`
**Example:**
```bash
omniroute backup status
```
### `backup restore [backupId]`
**Flags:**
- `--list`
- `--yes`
**Example:**
```bash
omniroute backup restore [backupId]
```
### `task`
**Example:**
```bash
omniroute task
```
### `cloud create`
**Flags:**
- `--title <t>`
- `--prompt <p>`
- `--prompt-file <path>`
- `--repo <url>`
- `--branch <b>`
- `--metadata <json>`
**Example:**
```bash
omniroute cloud create
```
###...
Details
- Author
- diegosouzapw
- Repository
- diegosouzapw/OmniRoute
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
cli-serve
Start, stop, and restart the OmniRoute server from the CLI. Manage daemon mode, port configuration, auto-recovery, system tray integration, and the dashboard open shortcut.
31,567 Updated today
diegosouzapw AI & Automation Featured
cli-setup
Run initial setup, configure global CLI settings, manage environment variables, check for updates, and configure autostart via the CLI setup and config commands.
31,567 Updated today
diegosouzapw AI & Automation Featured
cli-policy-audit
Inspect audit logs, manage access policies, view telemetry data, and review request history from the CLI. Filter by event type, user, or time range for compliance workflows.
31,567 Updated today
diegosouzapw