git_sync_backup
Sync local repositories to their backup remotes. Processes a single repository or all repositories in a directory with optional dry run.
Instructions
Sync local repositories to their backup remotes. Saves ~280 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repository or directory path | |
| dryRun | No | Show what would be done without doing it | |
| recursive | No | Process all repos in directory (default: false) |