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), orsyslog/--log-file - Distro install:
apt install rsync/dnf install rsync