db-backup

Create timestamped backups of the EsportManager2 runtime database with optional remarks.

2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Showiix/EsportManager2 --skill db-backup-showiix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-backup
Source: https://github.com/Showiix/EsportManager2/tree/main/.claude/skills/db-backup
Command: npx skills add https://github.com/Showiix/EsportManager2 --skill db-backup-showiix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Back up the EsportManager2 runtime database to prevent data loss during critical operations such as transfers, drafts, and season conclusions.

Core Features & Use Cases

  • Create timestamped backups of the runtime database to a local backups directory.
  • Attach optional remarks to each backup for context and quick identification.
  • Serve as restore points before major operations, enabling safe rollback.

Quick Start

Back up the current EsportManager2 database to the backups directory using a timestamp and an optional remark.

Frequently Asked Questions about db-backup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I back up an EsportManager2 database before transfers or drafts?

To back up an EsportManager2 database, you create a timestamped copy of the runtime database in a designated local backups directory. An optional remark can be attached to each backup for context and quick identification before critical operations.

When do I need to create a local database backup for EsportManager2?

You need to create a local database backup before critical operations like player transfers, drafts, and season-endings. These backups serve as restore points, preventing data loss and enabling safe rollback if something goes wrong during these events.

How do I add notes to a database backup for quick identification?

You can add notes to a database backup by using the optional remark feature during the backup process. This attaches context directly to the timestamped copy, helping you identify specific restore points later.

Do I need to configure a specific directory path for local database backups?

Yes, the backup process requires access to the local database path and writes the timestamped copies to a designated backups directory. Ensure your environment has the correct local database path configured before starting.

Can I restore an EsportManager2 database after a season-ending using a local backup?

Yes, local backups serve as restore points created before season-endings and other critical operations. You can use these timestamped copies from the backups directory to safely rollback the runtime database if needed.