Skip to content

app backups

Manages the configuration backups created during the consolidation process.

For a complete overview of the backup and restore system, see the App Consolidation Guide.

Synopsis

bash
npx -y @1mcp/agent app backups [app-name] [options]

Arguments

  • [app-name]
    • The application whose backups you want to manage. If omitted, it will manage backups for all apps.

Options

  • --cleanup <days>

    • Remove all backups older than the specified number of days.
  • --verify

    • Verify the integrity of the backup files.

Examples

bash
# List all available backups
npx -y @1mcp/agent app backups

# List backups for a specific app
npx -y @1mcp/agent app backups claude-desktop

# Delete all backups older than 30 days
npx -y @1mcp/agent app backups --cleanup=30

# Verify the integrity of all backups
npx -y @1mcp/agent app backups --verify

See Also

Released under the Apache 2.0 License.