rsync

Installation
SKILL.md

Identity

  • Binary: rsync
  • Daemon mode: rsync --daemon (optional; most uses are one-shot CLI invocations)
  • Daemon config: /etc/rsyncd.conf, /etc/rsyncd.secrets
  • Daemon logs: journalctl -u rsync (if using systemd unit), or syslog / --log-file
  • Distro install: apt install rsync / dnf install rsync

Key Operations

Installs
1
GitHub Stars
5
First Seen
Mar 18, 2026
rsync — l3digital-net/claude-code-plugins