diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-02-16 17:43:07 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-02-16 17:43:07 +0000 |
commit | 715cbcb9115e4b2c9534f37b4266b0a0d63f380b (patch) | |
tree | 4b61d74cc71045aaf40519b8367d4c76e9b9dc74 | |
parent | 6f8a729b57544cbb79447e8b98626d2ca0596bab (diff) |
document -a, -D, --devices and --specials
-rw-r--r-- | usr.bin/rsync/rsync.1 | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/usr.bin/rsync/rsync.1 b/usr.bin/rsync/rsync.1 index 7421b601c88..2af675f5c82 100644 --- a/usr.bin/rsync/rsync.1 +++ b/usr.bin/rsync/rsync.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsync.1,v 1.5 2019/02/16 17:07:21 deraadt Exp $ +.\" $OpenBSD: rsync.1,v 1.6 2019/02/16 17:43:06 florian Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -43,6 +43,25 @@ may be remote, but not both. The arguments are as follows: .Bl -tag -width Ds +.It Fl a , Fl -archive +Archive mode. +Shorthand for +.Fl D , +.Fl g , +.Fl l , +.Fl o , +.Fl p , +.Fl r , +and +.Fl t . +.It Fl D +Transfer device and special files. +Shorthand for +.Fl -devices +and +.Fl specials . +.It Fl -devices +Transfer device files. .It Fl g Set group identifier to match the source. Groups are matched by name: group @@ -79,6 +98,8 @@ directory. If .Ar source is a file, this has no effect. +.It Fl -specials +Transfer fifo and unix domain socket files. .It Fl t Set destination file and directory modification time to match the source when it is updated or created. |