claude-import-backup-setup

Configures and verifies a production-site backup workflow on a dedicated backups host.

Updated Aug 25, 2017
One-click install
npx skills add https://github.com/loki495/dotfiles --skill claude-import-backup-setup-loki495
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-import-backup-setup
Source: https://github.com/loki495/dotfiles/tree/main/ai/codex-skills/claude-import-backup-setup
Command: npx skills add https://github.com/loki495/dotfiles --skill claude-import-backup-setup-loki495

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up and verifying backups for live production sites is error-prone, and pulling backups can commit live-site changes if confirmation boundaries are skipped. This Skill delegates to a maintained backup-setup guide so the workflow stays consistent and its safety confirmations are preserved. ## Core Features & Use Cases - Guided Backup Setup: Follows the maintained backup-setup instructions as the single source of truth for configuring the backups host. - Verification Workflow: Checks that an existing production-site backup configuration on the dedicated host is working as expected. - Safety Boundaries: Preserves all confirmation steps, since backup pulls are not inherently read-only and can modify the live site. - Use Case: You need to configure recurring backups for a production website on a separate backups server and confirm the pull/restore path works without risking unintended live-site changes. ## Quick Start Set up and verify the production-site backup workflow on my dedicated backups host, following the maintained backup-setup guide.

Frequently Asked Questions about claude-import-backup-setup

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

FAQPage Schema
How do I set up backups for a production website on a separate host?▼

Follow the maintained backup-setup guide referenced by this Skill, which walks through configuring the dedicated backups host for production-site backups. Treat that guide as the source of truth rather than improvising steps.

How do I verify an existing production backup configuration?▼

Run the verification workflow described in the backup-setup guide to confirm the backups host is correctly pulling and storing production-site data. The Skill defers all verification details to that maintained document.

Are production backup pulls read-only operations?▼

No, backup pulls are not inherently read-only and can commit changes to the live site. Always respect the confirmation boundaries in the backup-setup guide before running any pull against production.

Why does this Skill point to another SKILL.md file?▼

It acts as an import shim that delegates to the maintained backup-setup guide at ~/dotfiles/ai/skills/backup-setup/SKILL.md. This keeps one authoritative source of instructions instead of duplicating them.

What are the limitations of this backup setup Skill?▼

It contains no logic of its own and depends entirely on the referenced backup-setup guide existing at the expected path. If that file is missing or outdated, the Skill has no fallback instructions.