cloud-backup

Manage data backups and synchronization to AWS S3, Alibaba OSS, and Azure Blob Storage.

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

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

  • Multi-Cloud Support: Integrates with AWS S3, Alibaba OSS, and Azure Blob Storage.
  • Backup Strategies: Supports basic uploads, sync operations, lifecycle management, and cross-region replication.
  • Use Case: Automatically back up daily database dumps to S3 with lifecycle policies to move older backups to Glacier for cost savings.

Quick Start

Use the cloud-backup skill to sync the local '/data' directory to an 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 automate database cloud backups to AWS S3 with lifecycle policies?

Automated database cloud backups to AWS S3 are managed through backup scripts that schedule uploads and apply lifecycle policies to transition older backups to Glacier for cost optimization.

What is the best way to sync a local directory to Alibaba OSS or Azure Blob Storage?

The best way to sync a local directory to Alibaba OSS or Azure Blob Storage is by using incremental synchronization strategies, which transfer only modified files to ensure data consistency and reduce bandwidth.

Can I configure cross-region replication for disaster recovery across multiple cloud storage services?

Yes, cross-region replication can be configured for disaster recovery across AWS S3, Alibaba OSS, and Azure Blob Storage to ensure high data availability and geographical redundancy.

Does cloud backup support incremental synchronization strategies for large datasets?

Cloud backup supports incremental synchronization strategies for large datasets by identifying and transferring only changed data blocks, minimizing both storage costs and transfer times.

How do storage classes and lifecycle policies affect backup costs in cloud storage?

Storage classes and lifecycle policies directly lower backup costs in cloud storage by automatically moving infrequently accessed data to cheaper storage tiers like Glacier over time.