summaryrefslogtreecommitdiff
path: root/support/rrsync.1.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-01-03 00:37:57 -0800
committerWayne Davison <wayne@opencoder.net>2022-01-03 00:47:19 -0800
commitc98327902086cb6e7f525aa263169344c6306771 (patch)
tree2b9f61aa437bd9fa03f3c86e721efc2949255a04 /support/rrsync.1.md
parentee9199b54274aed05776f55806dc18b3e2f20a32 (diff)
downloadrsync-c98327902086cb6e7f525aa263169344c6306771.tar.gz
Improve rrsync usage and some more NEWS tweaks.
Diffstat (limited to 'support/rrsync.1.md')
-rw-r--r--support/rrsync.1.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/rrsync.1.md b/support/rrsync.1.md
index 4aedfae9..cbb76ef8 100644
--- a/support/rrsync.1.md
+++ b/support/rrsync.1.md
@@ -5,7 +5,7 @@ rrsync - a script to setup restricted rsync users via ssh logins
# SYNOPSIS
```
-rrsync [-ro|-rw] [-munge] [-no-del] DIR
+rrsync [-ro|-rw] [-munge] [-no-del] [-no-lock] DIR
```
# DESCRIPTION
@@ -52,10 +52,11 @@ The remainder of this man page is dedicated to using the rrsync script.
# OPTION SUMMARY
```
--ro Allow only reading from the DIR. Implies -no-del.
+-ro Allow only reading from the DIR. Implies -no-del and -no-lock.
-wo Allow only writing to the DIR.
--no-del Disable rsync's --delete* and --remove* options.
-munge Enable rsync's --munge-links on the server side.
+-no-del Disable rsync's --delete* and --remove* options.
+-no-lock Avoid the single-run (per-user) lock check.
-help, -h Output this help message and exit.
```