What problem does it solve? Running large-scale Windows backups with the rustcopy CLI (robocopy_ingest.exe) involves many flags, destructive options like --mirror and retention purges, and platform constraints that are easy to get wrong. This Skill guides an AI agent through safe, checkpoint-driven workflows so backups, restores, and automations are planned, dry-run validated, and confirmed before touching real data. ## Core Features & Use Cases - Six orchestrated scenarios: quick copy/mirror backup, generational backup with retention, restore from report, Task Scheduler/Windows service automation, history diagnostics via --advise, and webhook notification setup. - Mandatory safety checkpoints: dry-run before every real execution, explicit human confirmation before any purge, mirror, restore, or service installation, and never adding --force-purge autonomously. - Portable across agent CLIs: no proprietary MCP tools required, only Bash/PowerShell and the rustcopy binary, so it works on Claude Code, OpenCode, and similar agents. - Use Case: A user asks to set up a nightly incremental backup of a NAS share keeping 7 generations. The Skill discovers the binary, reuses an existing TOML config, dry-runs the plan, confirms the retention cycles to be deleted, executes, and installs a Task Scheduler entry. ## Quick Start Ask the agent to run a rustcopy backup from a source folder to a destination with integrity verification, and let it walk you through discovery, planning, and dry-run confirmation.