diff options
Diffstat (limited to '')
-rw-r--r-- | rrsync.1.html | 11 |
1 files changed, 8 insertions, 3 deletions
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> |