Agent Skillscbrock84/headcount › backup-and-recovery

backup-and-recovery

GitHub

提供数据备份与恢复策略设计、覆盖率审查、防勒索保护及恢复验证指导,确保业务连续性和合规性。

plugins/it-operations/skills/backup-and-recovery/SKILL.md cbrock84/headcount

Trigger Scenarios

设计备份方案 验证恢复流程 规划数据保留策略 防范勒索软件攻击

Install

npx skills add cbrock84/headcount --skill backup-and-recovery -g -y
More Options

Non-standard path

npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/it-operations/skills/backup-and-recovery -g -y

Use without installing

npx skills use cbrock84/headcount@backup-and-recovery

指定 Agent (Claude Code)

npx skills add cbrock84/headcount --skill backup-and-recovery -a claude-code -g -y

安装 repo 全部 skill

npx skills add cbrock84/headcount --all -g -y

预览 repo 内 skill

npx skills add cbrock84/headcount --list

SKILL.md

Frontmatter
{
    "name": "backup-and-recovery",
    "description": "Protects and restores data — backup coverage and scope, retention, immutability against ransomware, and proving restores actually work. Use this to design a backup regime, verify restores, plan retention, protect backups from ransomware, or recover from data loss."
}

Backup and recovery

Nobody wants backups; they want restores. The distinction is not pedantic — organizations discover the difference during the only event that matters.

Recovery objectives and which processes must survive are set by operations:business-continuity-and-resilience. This skill delivers against them.

Coverage is where it fails first

Most backup gaps are things nobody thought to include: a database somebody stood up outside the standard process, configuration that only exists in a running system, data in a SaaS platform assumed to be the vendor's responsibility, or a developer's machine holding the only copy of something.

Reconcile backup coverage against the asset register from it-operations:it-asset-management on a cadence and treat the difference as a finding. An untested assumption of coverage is the normal state of affairs.

Note that SaaS providers protect against their failures, not against your deletion or a malicious insider. Read what the contract actually commits to, rather than what the marketing implies.

The 3-2-1 shape, and why the offline copy matters

Three copies, two media or platforms, one off-site — and, since ransomware, one immutable or offline.

Modern ransomware deliberately targets backups first, using the credentials it found on the way in. A backup system reachable with production credentials will be encrypted alongside production. Immutable storage or genuinely offline copies are what survive this, and it is the difference between an outage and an extinction event.

Retention is a policy decision, not a storage one

Retention has to satisfy operational recovery, legal and regulatory obligations, and data protection requirements — which pull in opposite directions. Data protection law obliges deletion of personal data you no longer have a basis to keep, and indefinite backup retention conflicts with that directly. Settle it with legal-risk:privacy-and-data-protection.

Know how you would satisfy a deletion request that touches backups, before one arrives.

Test restores, or you have nothing

A backup job reporting success proves a file was written. It says nothing about whether the data is complete, uncorrupted, or restorable in a usable time.

Test on a schedule, restore to a separate environment, and verify the application actually works on the restored data rather than that the bytes arrived. Record how long it took — that measurement is the only honest input to an RTO, and it is invariably longer than assumed.

Test the full-scale case at least annually. Restoring one file proves the mechanism; restoring the system proves the plan.

Tooling

Backup platforms: Veeam, Rubrik, Cohesity, Commvault, Acronis, and similar.

SaaS data is the gap people miss. Microsoft 365, Google Workspace, and Salesforce retain for a short window and no longer; Veeam, Druva, AvePoint, Keepit, and similar cover it.

The tool is not the control. An untested restore is not a backup, whatever the console reports.

Never

  • Report backup health from job success rather than tested restores.
  • Leave backups reachable with production credentials.
  • Set retention without reconciling legal obligation against deletion duty.
  • Quote an RTO you have not measured by actually restoring.

Version History

  • d58a7ee Current 2026-09-02 21:06

Same Skill Collection

plugins/corporate-strategy/skills/chief-strategy-officer/SKILL.md
plugins/corporate-strategy/skills/market-entry/SKILL.md
plugins/corporate-strategy/skills/mergers-and-acquisitions/SKILL.md
plugins/corporate-strategy/skills/portfolio-strategy/SKILL.md
plugins/corporate-strategy/skills/scenario-planning/SKILL.md
plugins/corporate-strategy/skills/strategic-alliances/SKILL.md
plugins/customer-experience/skills/chief-customer-officer/SKILL.md
plugins/customer-experience/skills/customer-onboarding-and-implementation/SKILL.md
plugins/customer-experience/skills/customer-success-management/SKILL.md
plugins/customer-experience/skills/escalation-management/SKILL.md
plugins/customer-experience/skills/self-service-and-knowledge/SKILL.md
plugins/customer-experience/skills/support-operations/SKILL.md
plugins/customer-experience/skills/voice-of-customer/SKILL.md
plugins/data-analytics/skills/ai-ml-governance/SKILL.md
plugins/data-analytics/skills/business-intelligence/SKILL.md
plugins/data-analytics/skills/chief-data-officer/SKILL.md
plugins/data-analytics/skills/data-engineering/SKILL.md
plugins/data-analytics/skills/data-governance/SKILL.md
plugins/data-analytics/skills/data-modeling/SKILL.md
plugins/demand-generation/skills/ai-search-optimization/SKILL.md
plugins/demand-generation/skills/app-store-optimization/SKILL.md
plugins/demand-generation/skills/experimentation/SKILL.md
plugins/demand-generation/skills/landing-page-cro-expert/SKILL.md
plugins/demand-generation/skills/lead-capture/SKILL.md
plugins/demand-generation/skills/lifecycle-messaging/SKILL.md
plugins/demand-generation/skills/listing-distribution/SKILL.md
plugins/demand-generation/skills/marketing-analytics/SKILL.md
plugins/demand-generation/skills/paid-advertising/SKILL.md
plugins/demand-generation/skills/programmatic-seo/SKILL.md
plugins/demand-generation/skills/seo-strategy/SKILL.md
plugins/executive/skills/ai-research-analyst/SKILL.md
plugins/executive/skills/business-growth-consultant/SKILL.md
plugins/executive/skills/chief-executive/SKILL.md
plugins/executive/skills/fundraising-and-investor-relations/SKILL.md
plugins/executive/skills/saas-idea-validator/SKILL.md
plugins/finance/skills/budgeting-and-forecasting/SKILL.md
plugins/finance/skills/capital-allocation/SKILL.md
plugins/finance/skills/capital-structure-and-covenants/SKILL.md
plugins/finance/skills/cost-accounting/SKILL.md
plugins/finance/skills/financial-modeling/SKILL.md
plugins/finance/skills/financial-reporting-and-close/SKILL.md
plugins/finance/skills/financial-statement-analysis/SKILL.md
plugins/finance/skills/internal-controls-and-audit/SKILL.md
plugins/finance/skills/revenue-recognition/SKILL.md
plugins/finance/skills/tax/SKILL.md
plugins/finance/skills/treasury-and-liquidity/SKILL.md
plugins/finance/skills/unit-economics/SKILL.md
plugins/it-operations/skills/chief-information-officer/SKILL.md
plugins/it-operations/skills/cloud-administration/SKILL.md

Metadata

Files
0
Version
d58a7ee
Hash
969c775a
Indexed
2026-09-02 21:06

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-02 23:54
浙ICP备14020137号-1 $bản đồ khách truy cập$