diff options
author | Björn Jacke <bj@sernet.de> | 2010-01-21 09:25:43 +0100 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-01-21 09:25:43 +0100 |
commit | 3d40d8461efbd9010487f1ef6cbd72a5c4754f55 (patch) | |
tree | e2293becd3fc2043ac58be0126b20c2a969307f1 /docs-xml/manpages-3 | |
parent | a5ca70a8676925a50ae014d25240726e70044aee (diff) | |
download | samba-3d40d8461efbd9010487f1ef6cbd72a5c4754f55.tar.gz samba-3d40d8461efbd9010487f1ef6cbd72a5c4754f55.tar.bz2 samba-3d40d8461efbd9010487f1ef6cbd72a5c4754f55.zip |
s3/doc: update vfs_shadow_copy2 man page according to new options
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/vfs_shadow_copy2.8.xml | 37 |
1 files changed, 37 insertions, 0 deletions
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 @@ -107,6 +107,42 @@ </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> <listitem> @@ -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> |