A production-ready solution for automated, encrypted, and deduplicated Linux home directory backups using restic and systemd.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install restic-home-backup-safe
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install restic-home-backup-safe using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Restic Home Backup is a comprehensive automation skill designed to secure Linux home directories. It leverages the power of restic to provide encrypted, deduplicated, and versioned backups to various backends such as local disks, S3, or SFTP. By integrating directly with systemd, this skill ensures that your backup lifecycle—including snapshots, pruning, and integrity checks—is fully automated and reliable.
As part of the growing ecosystem of Openclaw Skills, it focuses on operational safety, ensuring that sensitive credentials remain protected while providing a clear path for disaster recovery. It enforces strict permission standards and requires explicit user confirmation before applying changes to system directories, making it an essential tool for maintaining high-integrity backup workflows.
To deploy this skill within your Openclaw Skills environment, ensure restic is installed and then follow these steps:
# Bootstrap the backup implementation (plan-only by default)
./scripts/bootstrap_restic_home.sh --repo /path/to/repo
# Apply the system changes with explicit confirmation
./scripts/bootstrap_restic_home.sh --repo /path/to/repo --apply
# Verify the systemd timers are active
systemctl list-timers | grep restic
The skill organizes backup metadata and configuration across the following system paths to ensure security and discoverability:
| Path | Description |
|---|---|
/etc/restic-home.env |
Secured environment variables and backup secrets (chmod 600). |
/usr/local/bin/restic-home-*.sh |
Operational scripts for backup, prune, and integrity checks. |
/etc/systemd/system/restic-home-*.service |
Systemd service units defining the execution logic. |
/etc/systemd/system/restic-home-*.timer |
Scheduling units for automated lifecycle management. |
Loading
An expert AI skill for drafting precise, decision-oriented engineering RFCs and architecture proposals using a strict, high-performance template.

A lightweight tool to scan Node.js dependencies and Linux packages for known vulnerabilities using the Google OSV API.

A comprehensive tool for automating the setup and provisioning of standardized Django and Django REST Framework development environments.

Automate the provisioning of production-ready Django and Django REST Framework environments to eliminate manual setup time.

A professional-grade mission control center for organizing, monitoring, and managing complex AI agent hierarchies and system resources.

A specialized tool for generating structured, professional-grade technical documents and reports with consistent formatting.








































