From 932e4432596447eb9331cc2a2bb74a26a35b4efc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 12:52:03 +0200 Subject: Merging upstream version 4.23.0. Signed-off-by: Daniel Baumann --- upstream/debian-unstable/man1/rrsync.1 | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'upstream/debian-unstable/man1/rrsync.1') diff --git a/upstream/debian-unstable/man1/rrsync.1 b/upstream/debian-unstable/man1/rrsync.1 index 74f9d347..18469e55 100644 --- a/upstream/debian-unstable/man1/rrsync.1 +++ b/upstream/debian-unstable/man1/rrsync.1 @@ -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 -- cgit v1.2.3