From 3d40d8461efbd9010487f1ef6cbd72a5c4754f55 Mon Sep 17 00:00:00 2001 From: Björn Jacke 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 @@ + + shadow:sort = asc/desc, or not specified for unsorted (default) + + + 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. + + + + + + shadow:localtime = yes/no + + + This is an optional parameter that indicates whether the + snapshot names are in UTC/GMT or in local time. By default + UTC is expected. + + + + + + shadow:format = + + + 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". + + + + shadow:fixinodes = yes/no @@ -133,6 +169,7 @@ shadow_copy2 /data/snaphots /data/home + desc -- cgit