backup-restore

Automate database and file system backups with retention and verification.

5|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JansenAnalytics/claudex --skill backup-restore-jansenanalytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backup-restore
Source: https://github.com/JansenAnalytics/claudex/tree/main/skills/backup-restore
Command: npx skills add https://github.com/JansenAnalytics/claudex --skill backup-restore-jansenanalytics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automated backup strategies for databases and files, including dumps, snapshots, incremental backups, verification, and disaster recovery planning.

Core Features & Use Cases

  • Automated database dumps (PostgreSQL, SQLite) and file system backups.
  • Incremental backups with retention policies and verification steps.
  • Disaster recovery readiness with regular integrity checks and restore workflows.

Quick Start

Configure a daily backup schedule for your databases and important files, enable verification, and establish retention rules.

Frequently Asked Questions about backup-restore

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

FAQPage Schema
How do incremental backups with retention policies work?

Incremental backups capture only changed data since the last snapshot, while retention policies automatically prune older timestamped archives. This combination optimizes storage while ensuring historical recovery points remain available.

How do I automate PostgreSQL database dumps and file system backups?

You can automate PostgreSQL database dumps and file system backups by configuring cron-based schedules that generate timestamped archives. This ensures regular, reliable data snapshots without manual intervention.

What is the best way to set up backup retention policies and verify integrity?

Backup retention policies manage archive lifecycles, while integrity verification steps confirm data is not corrupted. Setting up both ensures timestamped backups are routinely validated and old archives are safely rotated out.

How do I test disaster recovery readiness for database dumps and file snapshots?

Disaster recovery testing involves running regular integrity checks and restore workflows on your backup archives. This process verifies that both database dumps and file snapshots can be successfully recovered when needed.

Can I use cron-based automation for SQLite backups and local directory snapshots?

Yes, cron-based automation supports scheduling SQLite database backups and local directory snapshots. You can configure timestamped archives and retention rules to maintain recoverable file system backups.

How do incremental backups with retention policies work?

Incremental backups capture only changed data since the last snapshot, while retention policies automatically prune older timestamped archives. This combination optimizes storage while ensuring historical recovery points remain available.