OmniRoute — резервное копирование и синхронизация через CLI
★ 7.9 · automation
cli-backup-sync is a Claude Code skill that lets you back up and restore OmniRoute data directly from the command line. Install it with `npm install -g omniroute` and get a full set of subcommands: `backup create` supports encryption (`--encrypt`, `--key-file`), cloud upload (`--cloud`), exclude patterns, and retention policies, while `backup enable` schedules automated runs via a cron expression. The `sync` group covers bidirectional data transfer with `sync push` and `sync pull` (merge or replace modes), change inspection via `sync diff`, and portable bundles through `sync bundle` and `sync import` — all with dry-run support. It's built for teams that need automated incremental snapshots of OmniRoute configurations, reliable cloud storage sync, and point-in-time recovery from archive files using a backup ID.
- #cli
- #backup
- #sync
- #cloud-storage
- #data-recovery
- #omniroute