Eric Bower
·
2026-05-31
1// Package rsync contains a native Go rsync implementation.
2//
3// The only component currently is gokr-rsyncd, a read-only rsync daemon
4// sender-only Go implementation of rsyncd. rsync daemon is a custom
5// (un-standardized) network protocol, running on port 873 by default.
6package rsync