syncSynchronize files and directories between local, remote, and cloud storage reliably.
Install via ClawdBot CLI:
clawdbot install ivangdavila/syncrsync src/ copies contents, rsync src copies the folder itself — this is the #1 cause of wrong directory structures-avz baseline: archive mode preserves permissions/timestamps, verbose shows progress, compress speeds transfers--delete only when you want destination to mirror source exactly — without it, deleted source files remain on destination--dry-run before any destructive sync — shows what would change without modifying anything--exclude flags: rsync -avz --exclude-from=.syncignore src/ dest/.git/, node_modules/, pycache/, .venv/, *.pyc, .DS_Store, Thumbs.db/logs/ excludes only top-level logs, logs/ excludes logs/ anywhererclone sync deletes destination files not in source; rclone copy only adds — use copy when unsurerclone config — never hardcode cloud credentials in scripts--dry-run first, then --progress for visual feedback during actual sync--s3-chunk-size 64M for large files to avoid timeoutsrsync -avzc uses checksums instead of size/time (slower but certain)rclone check source: dest: to compare without transferringrsync -avz src/ dest/ | tee sync.logunison dir1 dir2rsync -avz -e "ssh -i ~/.ssh/key" src/ user@host:dest/-e "ssh -p 2222"--partial --progress for large files over unreliable connections — allows resume on failure--delete repeatedly causes destination to accumulate deleted files forever--checksum for accuracy or sync NTP firstGenerated Mar 1, 2026
A software development team needs to synchronize the latest codebase from a developer's local machine to a staging server for testing. Using rsync with archive mode preserves file permissions and timestamps, while excluding version control directories and build artifacts ensures only source code is transferred efficiently.
A marketing agency regularly backs up large multimedia files (videos, high-res images) from local workstations to cloud storage. Using rclone with S3-compatible settings and chunk size optimization prevents timeouts during transfer, while dry-run verification ensures no accidental deletions of client assets.
Multiple research laboratories need to synchronize experimental data sets bidirectionally between sites. Using Unison instead of rsync handles two-way sync with conflict detection, while checksum verification ensures data integrity across systems with potential clock skew issues.
An e-commerce business updates product images and descriptions from a content management system to production web servers. Rsync with delete option ensures the destination mirrors the source exactly, while SSH key-based authentication with non-standard ports maintains secure transfers between environments.
Offer file synchronization as part of managed IT packages for businesses needing regular backups and data consistency across locations. Charge monthly retainers based on data volume and sync frequency, with premium tiers for 24/7 monitoring and emergency sync services.
Provide automated synchronization solutions for business continuity planning, ensuring critical data is replicated to offsite locations. Implement verification protocols and audit logging to meet compliance requirements for regulated industries like healthcare and finance.
Create a SaaS platform that simplifies complex sync operations with a GUI interface and predefined templates for common scenarios. Offer tiered subscriptions with advanced features like bidirectional sync, conflict resolution tools, and multi-cloud support.
💬 Integration Tip
Always test with --dry-run first before executing any sync operation, and maintain separate exclude files for different project types to ensure consistent behavior across environments.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.