[PATCH] tdb/tools: add documentation for tdbbackup -n option

Jeremy Allison jra at samba.org
Mon Mar 27 20:09:30 UTC 2017


On Mon, Mar 27, 2017 at 06:04:29PM +0200, Bjoern Baumbach via samba-technical wrote:
> Hi!
> 
> There's a missing option in the tdbbackup man page:
> 
> # tdbbackup -h | grep hashsize
>    -n hashsize   set the new hash size for the backup
> 
> Please find the patch attached.

LGTM. RB+. Pushed.

> 
> -- 
> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
> phone: +49-551-370000-0, fax: +49-551-370000-9
> AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
> http://www.sernet.de, mailto:kontakt at sernet.de
> 
> Samba eXPerience 2017, Hotel Freizeit In
> 2nd-4th of May 2017, http://sambaXP.org

> From 3c9968559dbc9df6bdc4e5643f3514f338a63063 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= <bb at sernet.de>
> Date: Mon, 27 Mar 2017 17:43:07 +0200
> Subject: [PATCH] tdb/tools: add documentation for the tdbbackup -n option
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
> 
> Signed-off-by: Bj??rn Baumbach <bb at sernet.de>
> ---
>  lib/tdb/man/tdbbackup.8.xml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/lib/tdb/man/tdbbackup.8.xml b/lib/tdb/man/tdbbackup.8.xml
> index 740b3d5..a73fb56 100644
> --- a/lib/tdb/man/tdbbackup.8.xml
> +++ b/lib/tdb/man/tdbbackup.8.xml
> @@ -23,6 +23,7 @@
>  		<arg choice="opt">-s suffix</arg>
>  		<arg choice="opt">-v</arg>
>  		<arg choice="opt">-h</arg>
> +		<arg choice="opt">-n hashsize</arg>
>  		<arg choice="opt">-l</arg>
>  	</cmdsynopsis>
>  </refsynopsisdiv>
> @@ -71,6 +72,13 @@
>  		</varlistentry>
>  
>  		<varlistentry>
> +		<term>-n hashsize</term>
> +		<listitem><para>
> +		The <command>-n</command> option sets the hash size for the new backup tdb.
> +		</para></listitem>
> +		</varlistentry>
> +
> +		<varlistentry>
>  		<term>-l</term>
>  		<listitem><para>
>  		This options disables any locking, by passing TDB_NOLOCK
> -- 
> 2.10.2
> 




More information about the samba-technical mailing list