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 64,625 stars
9032 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`
**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
```
### `cloud list`
**Flags:**
- `--status <s>`
- `--limit <n>`
**Example:**
```bash
omniroute cloud list
```
### `cloud get...
Details
- Author
- diegosouzapw
- Repository
- diegosouzapw/OmniRoute
- Created
- 7 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.
64,625 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.
64,625 Updated today
diegosouzapw AI & Automation Featured
omni-sync-cloud
Synchronise OmniRoute configuration, provider connections, and settings to/from cloud storage. Manage cloud worker authentication and remote backup targets.
64,625 Updated today
diegosouzapw