sync-hk

Synchronize files between US and Hong Kong locations using rsync over Tailscale.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/perfectuser21/cecelia --skill sync-hk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-hk
Source: https://github.com/perfectuser21/cecelia/tree/main/packages/workflows/skills/sync-hk
Command: npx skills add https://github.com/perfectuser21/cecelia --skill sync-hk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the synchronization of local files and directories from a US-based location to a Hong Kong-based location, ensuring data consistency across geographically distributed systems.

Core Features & Use Cases

  • Selective Synchronization: Choose to sync all files, only skills, only workflows, or only the platform code.
  • Automated Scheduling: Configured to run automatically every hour via cron.
  • Use Case: Maintain an up-to-date copy of your development projects and AI skills on a remote server in Hong Kong for backup or distributed access.

Quick Start

Use the sync-to-hk.sh script to synchronize all files.

Frequently Asked Questions about sync-hk

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

FAQPage Schema
How do I sync files between US and Hong Kong servers using rsync?

To sync files between US and Hong Kong servers, this Skill uses rsync over a Tailscale network connection. It automates file and directory synchronization, ensuring data consistency across geographically distributed systems.

Can I use Tailscale to selectively sync directories?

Yes, you can selectively sync directories over Tailscale by choosing to synchronize all files, only skills, only workflows, or only the platform code. This selective synchronization targets specific project components.

How do I automate hourly file synchronization with cron?

You can automate hourly file synchronization by utilizing the built-in cron job configuration provided by the Skill. This schedules the rsync operations to run automatically every hour, with logging enabled for monitoring.

Do I need Tailscale configured to backup files to a remote server?

Yes, you need Tailscale configured to establish a secure network connection for the rsync backup process. The Skill relies on this overlay network to transfer files to the Hong Kong server.

What is the best way to monitor rsync deployment jobs?

The best way to monitor rsync deployment jobs is by reviewing the automated logs generated during the hourly cron executions. The Skill includes logging specifically designed to track synchronization status.