=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/rsync.1,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/rsync/rsync.1 2019/04/01 13:04:51 1.16 +++ src/usr.bin/rsync/rsync.1 2019/04/04 04:19:54 1.17 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsync.1,v 1.16 2019/04/01 13:04:51 schwarze Exp $ +.\" $OpenBSD: rsync.1,v 1.17 2019/04/04 04:19:54 bket 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: April 1 2019 $ +.Dd $Mdocdate: April 4 2019 $ .Dt OPENRSYNC 1 .Os .Sh NAME @@ -22,7 +22,7 @@ .Nd synchronise local and remote files .Sh SYNOPSIS .Nm openrsync -.Op Fl aDglnoprtv +.Op Fl aDglnoprtvx .Op Fl e Ar program .Op Fl -del .Op Fl -numeric-ids @@ -141,6 +141,11 @@ Specify once for files being transferred, twice for specific status, thrice for per-file transfer information, and four times for per-file breakdowns. +.It Fl x +Do not cross filesystem boundaries. +If this option is repeated, all mount point directories from the copy are +omitted. +Otherwise, it includes an empty directory at each mount point it encounters. .It Fl -version Print version and exit. .El