backup-manager

Automate SQLite database backups, restorations, and rotation for HR-IMS.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Arnutt-N/hr-ims --skill backup-manager-arnutt-n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backup-manager
Source: https://github.com/Arnutt-N/hr-ims/tree/main/.claude/skills/backup-manager
Command: npx skills add https://github.com/Arnutt-N/hr-ims --skill backup-manager-arnutt-n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Backup and restore operations for HR-IMS databases to prevent data loss and enable quick recovery.

Core Features & Use Cases

  • Automated backups
  • Manual backups
  • Restore operations
  • Backup rotation

Quick Start

Run a manual backup to create a ready-to-restore dump of the HR-IMS database.

Frequently Asked Questions about backup-manager

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

FAQPage Schema
How do I automate SQLite database backups for my application?

You automate SQLite database backups by implementing a scheduled backup service that triggers createBackup operations, ensuring regular database snapshots are generated without manual intervention for reliable data recovery.

What is the best way to restore a Prisma SQLite database from a backup?

Restoring a Prisma SQLite database involves executing a restoreBackup operation that reverts the local database to a previously saved state, allowing quick recovery and minimal downtime after data loss or corruption.

How does backup rotation work for local SQLite databases?

Backup rotation for local SQLite databases works by executing a rotateBackups function that manages storage limits, automatically deleting older database dumps while retaining recent snapshots to maintain an optimized recovery history.

Can I include audit logs and apply compression when I create a database backup?

Yes, you can include audit logs and apply compression when you create a database backup, enabling a consolidated and storage-efficient archive of your application data and historical activity records.

Does this backup automation approach provide API routes for manual admin actions?

Yes, this backup automation approach provides API routes for manual admin actions, allowing administrators to manually trigger database backups, execute restorations, and manage backup rotation directly through HTTP endpoints.