=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/rsync.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/rsync/rsync.1 2019/02/12 19:16:41 1.3 +++ src/usr.bin/rsync/rsync.1 2019/02/14 18:31:01 1.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsync.1,v 1.3 2019/02/12 19:16:41 benno Exp $ +.\" $OpenBSD: rsync.1,v 1.4 2019/02/14 18:31:01 florian Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" @@ -14,7 +14,7 @@ .\" 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 $ +.Dd $Mdocdate: February 14 2019 $ .Dt RSYNC 1 .Os .Sh NAME @@ -22,7 +22,7 @@ .Nd synchronise local and remote files .Sh SYNOPSIS .Nm rsync -.Op Fl glnprtv +.Op Fl glnoprtv .Op Fl -delete .Op Fl -rsync-path Ar prog .Ar source ... @@ -59,6 +59,11 @@ .It Fl n Dry-run mode. Does not actually modify the destination. +.It Fl o +Set user identifier to match the source. +This behaves like +.Fl g +and only works if run as root. .It Fl p Set destination file or directory permissions to match the source when it is updated.