diff options
Diffstat (limited to '')
-rw-r--r-- | rrsync.1 | 22 | ||||
-rw-r--r-- | rrsync.1.html | 11 |
2 files changed, 24 insertions, 9 deletions
@@ -1,4 +1,4 @@ -.TH "rrsync" "1" "20 Oct 2022" "rrsync from rsync 3.2.7" "User Commands" +.TH "rrsync" "1" "6 Apr 2024" "rrsync from rsync 3.3.0" "User Commands" .\" prefix=/usr .P .SH "NAME" @@ -8,14 +8,16 @@ rrsync \- a script to setup restricted rsync users via ssh logins .SH "SYNOPSIS" .P .nf -rrsync [-ro|-rw] [-munge] [-no-del] [-no-lock] DIR +rrsync [-ro|-rw] [-munge] [-no-del] [-no-lock] [-no-overwrite] DIR .fi .P The single non-option argument specifies the restricted \fIDIR\fP to use. It can be relative to the user's home directory or an absolute path. .P The online version of this manpage (that includes cross-linking of topics) -is available at https://download.samba.org/pub/rsync/rrsync.1. +is available at +.UR https://download.samba.org/pub/rsync/rrsync.1 +.UE . .P .SH "DESCRIPTION" .P @@ -84,6 +86,9 @@ Enable rsync's \fB\-\-munge-links\fP on the server side. Disable rsync's \fB\-\-delete*\fP and \fB\-\-remove*\fP options. .IP "\fB\-no-lock\fP" Avoid the single-run (per-user) lock check. Useful with \fB\-munge\fP. +.IP "\fB\-no-overwrite\fP" +Enforce \fB\-\-ignore-existing\fP on the server. Prevents overwriting existing +files when the server is the receiver. .IP "\fB\-help\fP, \fB\-h\fP" Output this help message and exit. .P @@ -150,15 +155,20 @@ command="rrsync -ro results" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAmk... .P .SH "VERSION" .P -This manpage is current for version 3.2.7 of rsync. +This manpage is current for version 3.3.0 of rsync. .P .SH "CREDITS" .P rsync is distributed under the GNU General Public License. See the file COPYING for details. .P -An rsync web site is available at https://rsync.samba.org/ and its github -project is https://github.com/WayneD/rsync. +An rsync web site is available at +.UR https://rsync.samba.org/ +.UE +and its github +project is +.UR https://github.com/WayneD/rsync +.UE . .P .SH "AUTHOR" .P diff --git a/rrsync.1.html b/rrsync.1.html index d0f88ee..1062931 100644 --- a/rrsync.1.html +++ b/rrsync.1.html @@ -34,7 +34,7 @@ dd p:first-of-type { <h2 id="NAME">NAME<a href="#NAME" class="tgt"></a></h2> <p>rrsync -⁠ a script to setup restricted rsync users via ssh logins</p> <h2 id="SYNOPSIS">SYNOPSIS<a href="#SYNOPSIS" class="tgt"></a></h2> -<pre><code>rrsync [-ro|-rw] [-munge] [-no-del] [-no-lock] DIR +<pre><code>rrsync [-ro|-rw] [-munge] [-no-del] [-no-lock] [-no-overwrite] DIR </code></pre> <p>The single non-option argument specifies the restricted <u>DIR</u> to use. It can be relative to the user's home directory or an absolute path.</p> @@ -104,6 +104,11 @@ file, each one with its own path setting.</p> <p>Avoid the single-run (per-user) lock check. Useful with <a href="#opt-munge"><code>-munge</code></a>.</p> </dd> +<dt id="opt-no-overwrite"><code>-no-overwrite</code><a href="#opt-no-overwrite" class="tgt"></a></dt><dd> +<p>Enforce <code>--ignore-existing</code> on the server. Prevents overwriting existing +files when the server is the receiver.</p> +</dd> + <span id="opt-h"></span><dt id="opt-help"><code>-help</code>, <code>-h</code><a href="#opt-help" class="tgt"></a></dt><dd> <p>Output this help message and exit.</p> </dd> @@ -151,7 +156,7 @@ command="rrsync -ro results" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAmk... <h2 id="SEE_ALSO">SEE ALSO<a href="#SEE_ALSO" class="tgt"></a></h2> <p><a href="rsync.1"><strong>rsync</strong>(1)</a>, <a href="rsyncd.conf.5"><strong>rsyncd.conf</strong>(5)</a></p> <h2 id="VERSION">VERSION<a href="#VERSION" class="tgt"></a></h2> -<p>This manpage is current for version 3.2.7 of rsync.</p> +<p>This manpage is current for version 3.3.0 of rsync.</p> <h2 id="CREDITS">CREDITS<a href="#CREDITS" class="tgt"></a></h2> <p>rsync is distributed under the GNU General Public License. See the file <a href="COPYING">COPYING</a> for details.</p> @@ -160,5 +165,5 @@ project is <a href="https://github.com/WayneD/rsync">https://github.com/WayneD/r <h2 id="AUTHOR">AUTHOR<a href="#AUTHOR" class="tgt"></a></h2> <p>The original rrsync perl script was written by Joe Smith. Many people have later contributed to it. The python version was created by Wayne Davison.</p> -<div style="float: right"><p><i>20 Oct 2022</i></p></div> +<div style="float: right"><p><i>6 Apr 2024</i></p></div> </body></html> |