=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/rsync.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/rsync/rsync.1 2019/02/10 23:24:14 1.2 --- src/usr.bin/rsync/rsync.1 2019/02/12 19:16:41 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: rsync.1,v 1.2 2019/02/10 23:24:14 benno Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $OpenBSD: rsync.1,v 1.3 2019/02/12 19:16:41 benno Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" *************** *** 14,20 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: February 10 2019 $ .Dt RSYNC 1 .Os .Sh NAME --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: February 12 2019 $ .Dt RSYNC 1 .Os .Sh NAME *************** *** 22,28 **** .Nd synchronise local and remote files .Sh SYNOPSIS .Nm rsync ! .Op Fl lnprtv .Op Fl -delete .Op Fl -rsync-path Ar prog .Ar source ... --- 22,28 ---- .Nd synchronise local and remote files .Sh SYNOPSIS .Nm rsync ! .Op Fl glnprtv .Op Fl -delete .Op Fl -rsync-path Ar prog .Ar source ... *************** *** 43,48 **** --- 43,57 ---- but not both. The arguments are as follows: .Bl -tag -width Ds + .It Fl g + Set group identifier to match the source. + Groups are matched by name: group + .Qq kristaps + with id 1000 on a remote server will be properly assigned group + .Qq kristaps + on the local machine with id 2000. + If the sender's group is unknown on the local machine, it is used + verbatim. .It Fl l Transfer symbolic links. The link is transferred as a standalone file: if the destination does