From 3d40d8461efbd9010487f1ef6cbd72a5c4754f55 Mon Sep 17 00:00:00 2001 From: Björn Jacke <bj@sernet.de> Date: Thu, 21 Jan 2010 09:25:43 +0100 Subject: s3/doc: update vfs_shadow_copy2 man page according to new options --- docs-xml/manpages-3/vfs_shadow_copy2.8.xml | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/vfs_shadow_copy2.8.xml b/docs-xml/manpages-3/vfs_shadow_copy2.8.xml index 170bec07e1..28d272fefc 100644 --- a/docs-xml/manpages-3/vfs_shadow_copy2.8.xml +++ b/docs-xml/manpages-3/vfs_shadow_copy2.8.xml @@ -106,6 +106,42 @@ </listitem> </varlistentry> + <varlistentry> + <term>shadow:sort = asc/desc, or not specified for unsorted (default) + </term> + <listitem> + <para>By this parameter one can specify that the shadow + copy directories should be sorted before they are sent to the + client. This can be beneficial as unix filesystems are usually + not listed alphabetically sorted. If enabled, you typically + want to specify descending order. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>shadow:localtime = yes/no + </term> + <listitem> + <para>This is an optional parameter that indicates whether the + snapshot names are in UTC/GMT or in local time. By default + UTC is expected. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>shadow:format = <format specification for snapshot names> + </term> + <listitem> + <para>This is an optional parameter that specifies the format + specification for the naming of snapshots. The format must + be compatible with the conversion specifications recognized + by str[fp]time. The default value is "@GMT-%Y.%m.%d-%H.%M.%S". + </para> + </listitem> + </varlistentry> + <varlistentry> <term>shadow:fixinodes = yes/no </term> @@ -133,6 +169,7 @@ <smbconfoption name="vfs objects">shadow_copy2</smbconfoption> <smbconfoption name="shadow:snapdir">/data/snaphots</smbconfoption> <smbconfoption name="shadow:basedir">/data/home</smbconfoption> + <smbconfoption name="shadow:sort">desc</smbconfoption> </programlisting> </refsect1> -- cgit