cloud-backup

Manage cloud backups across AWS S3, Alibaba Cloud OSS, and Azure Blob Storage.

50|13|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/chaterm/terminal-skills --skill cloud-backup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-backup
Source: https://github.com/chaterm/terminal-skills/tree/main/backup/cloud-backup
Command: npx skills add https://github.com/chaterm/terminal-skills --skill cloud-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive solution for backing up data to various cloud storage services, ensuring data safety and availability.

Core Features & Use Cases

  • Cloud Storage Integration: Supports AWS S3, Alibaba Cloud OSS, and Azure Blob Storage.
  • Backup Strategies: Includes basic upload/download, sync, lifecycle management, cross-region replication, and encryption.
  • Universal Tooling: Leverages rclone for a unified interface across different cloud providers.
  • Use Case: Automate daily backups of critical databases and application data to a cost-effective cloud storage tier with a defined retention policy.

Quick Start

Use the cloud-backup skill to create a compressed archive of the '/data' directory and upload it to your S3 bucket named 'my-backup-bucket'.

Frequently Asked Questions about cloud-backup

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

FAQPage Schema
How do I back up data to AWS S3, Azure Blob Storage, or Alibaba Cloud OSS?

To back up data to AWS S3, Azure Blob Storage, or Alibaba Cloud OSS, you can use rclone for a unified interface. It supports automated data synchronization, cross-region replication, and encrypted storage across multiple cloud providers.

What is the best way to automate database backups to cloud storage?

Automating database backups to cloud storage is best handled through scripted workflows that compress archives and upload them to a specified bucket. This approach integrates rclone to manage lifecycle policies and retention for cost-effective disaster recovery.

Does rclone support lifecycle policy configuration and cross-region replication?

Yes, rclone supports lifecycle policy configuration and cross-region replication. It provides a universal tooling interface to manage data retention, automate synchronization, and configure encrypted storage across AWS S3, Azure Blob Storage, and Alibaba Cloud OSS.

Can I use a single tool to sync data across multiple cloud providers?

You can use rclone to sync data across multiple cloud providers. It offers universal cloud storage access, enabling you to manage basic uploads, downloads, and encrypted data synchronization across AWS S3, Azure Blob Storage, and Alibaba Cloud OSS.

How does cloud backup handle disaster recovery and data retention?

Cloud backup handles disaster recovery by managing cross-region replication and automated data synchronization to ensure availability. Data retention is controlled through lifecycle policy configuration, allowing you to define automated backup workflows with specific retention rules.