backup-to-telnyx-storage

Back up and restore OpenClaw workspaces to Telnyx Storage via CLI.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill backup-to-telnyx-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backup-to-telnyx-storage
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/tools/storage-backup
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill backup-to-telnyx-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of backing up your OpenClaw workspace to Telnyx Storage, ensuring your data is safe and recoverable.

Core Features & Use Cases

  • Automated Backups: Schedule regular backups of your workspace files and directories.
  • Flexible Restore: Restore the latest backup or a specific archived version.
  • Cost-Effective: Utilizes affordable Telnyx Storage, making data protection economical.
  • Use Case: Automatically back up your AI agent's memory, knowledge base, and scripts every hour to prevent data loss due to system failures or accidental deletions.

Quick Start

Run the backup script to create a compressed archive of your workspace and upload it to Telnyx Storage.

Frequently Asked Questions about backup-to-telnyx-storage

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

FAQPage Schema
How do I automate workspace backups to cloud storage?

You can restore a specific workspace backup version by using the command-line interface to list available archives in Telnyx Storage, then selecting the target version for extraction. This flexible restore functionality ensures you can recover exact file states from any chosen backup point.

How do I manage retention and prune old workspace backups?

Manage retention and prune old workspace backups by configuring a retention policy within the backup script. This automatically deletes outdated archives from Telnyx Storage based on your defined rules, controlling storage costs while keeping necessary historical data available.

Can I use custom bucket names and workspace paths for data protection?

You can use custom bucket names and workspace paths for data protection by passing them as options to the command-line script. This allows you to organize archived files across different storage buckets and target specific directories within your workspace environment.

Does the backup script support listing available workspace archives?

The backup script supports listing available workspace archives through a dedicated command-line function. This feature queries Telnyx Storage to display existing backups, allowing you to verify data protection status and select the correct version before initiating a restore.