summaryrefslogtreecommitdiff
path: root/usr.bin/rsync
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2023-11-27 11:32:35 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2023-11-27 11:32:35 +0000
commit73bf8e9f380d73208f98d42d6641a18a39c8d522 (patch)
tree0eb6c21362fb53d01fe732b53e3accc6e8cc17a8 /usr.bin/rsync
parentbbd1f5c9d16a89c1cd457d91fcc62aefc8240069 (diff)
Document -J, --omit-link-times and remove a confusing sentence from
the -O, --omit-dir-times description. OK tb@
Diffstat (limited to 'usr.bin/rsync')
-rw-r--r--usr.bin/rsync/rsync.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/rsync/rsync.1 b/usr.bin/rsync/rsync.1
index e1b4a8f5de4..831f9e87f40 100644
--- a/usr.bin/rsync/rsync.1
+++ b/usr.bin/rsync/rsync.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rsync.1,v 1.34 2023/11/23 11:59:53 job Exp $
+.\" $OpenBSD: rsync.1,v 1.35 2023/11/27 11:32:34 claudio Exp $
.\"
.\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -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: November 23 2023 $
+.Dd $Mdocdate: November 27 2023 $
.Dt OPENRSYNC 1
.Os
.Sh NAME
@@ -22,7 +22,7 @@
.Nd synchronise local and remote files
.Sh SYNOPSIS
.Nm openrsync
-.Op Fl aDgIlnOoprtVvx
+.Op Fl aDgIJlnOoprtVvx
.Op Fl e Ar program
.Op Fl -address Ns = Ns Ar sourceaddr
.Op Fl -compare-dest Ns = Ns Ar directory
@@ -132,6 +132,8 @@ and
.Em rules
from
.Em file .
+.It Fl J , -omit-link-times
+Don't set symlink modification times to match the source.
.It Fl l , -links
Also transfer symbolic links.
The link is transferred as a standalone file: if the destination does
@@ -167,8 +169,6 @@ or
is also given.
.It Fl O , -omit-dir-times
Don't set directory modification times to match the source.
-Takes precedence over
-.Fl t .
.It Fl o , -owner
Set the user name to match the source, with similar matching logic as for
.Fl g .