PickSkill
← Back

Backup Script Generator

Generate database backup scripts with AI. Use when you need automated backups to S3, GCS, or local storage.

README.md
Rendered from GitHub raw
View raw ↗

ai-backup-script

Generate database backup scripts with AI

Install

npm install -g ai-backup-script

Usage

npx ai-backup-script "PostgreSQL daily to S3"
npx ai-backup-script "MongoDB hourly to GCS"
npx ai-backup-script "MySQL weekly to local with rotation"

Setup

export OPENAI_API_KEY=sk-...