filesystem

Design filesystem snapshot backup and recovery workflows for production systems.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/westonwrz/codex-skills-by-codex --skill filesystem-westonwrz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: filesystem
Source: https://github.com/westonwrz/codex-skills-by-codex/tree/main/filesystem
Command: npx skills add https://github.com/westonwrz/codex-skills-by-codex --skill filesystem-westonwrz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the critical need for robust and reliable backup and recovery of production system filesystems, ensuring data integrity and business continuity.

Core Features & Use Cases

  • Snapshot Management: Design and implement snapshot policies for point-in-time recovery.
  • Backup & Replication: Configure incremental replication and offsite backups for disaster recovery.
  • Integrity & Recovery: Perform regular integrity checks and restore drills to validate recovery processes.
  • Use Case: A company needs to ensure its critical ZFS-based production data can be recovered within 2 hours in case of a hardware failure or ransomware attack. This Skill helps design and validate the necessary snapshot, replication, and restore procedures.

Quick Start

Use the filesystem skill to design a daily snapshot and weekly offsite backup strategy for the /data subvolume.

Frequently Asked Questions about filesystem

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

FAQPage Schema
How do I design a ZFS snapshot and replication strategy for production disaster recovery?▼

Designing a ZFS snapshot and replication strategy involves configuring point-in-time snapshot policies and incremental replication to meet specific RPO/RTO targets. This approach validates recovery processes and ensures production data resilience during hardware failures.

What is the best way to automate incremental backups and retention governance with Restic?▼

Automating incremental backups with Restic requires configuring offsite replication and retention governance policies. This establishes disaster recovery runbooks and performs regular integrity checks to validate data recovery processes.

Can I use Btrfs subvolumes for point-in-time snapshot management and restore drills?▼

Yes, Btrfs subvolumes support point-in-time snapshot management. You can configure snapshot policies and execute restore drills to validate recovery workflows, satisfying data classification and disaster resilience requirements.

How does filesystem snapshot backup satisfy strict RPO and RTO targets?▼

Filesystem snapshot backup satisfies RPO and RTO targets by managing incremental replication and retention governance. It designs disaster recovery runbooks and performs restore drills to ensure data recovery within defined timeframes.

Why do I need restore drills and integrity checks for my production filesystem backups?▼

Restore drills and integrity checks are needed to validate your filesystem backup recovery processes. Regularly performing these checks ensures your disaster recovery runbooks function correctly and maintain data integrity during actual recovery scenarios.