From e3deba04294a77772db8e394334401045d0d5a8d Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Tue, 3 Nov 2015 13:21:58 +0200 Subject: [PATCH] vfs_shadow_copy2: documentation for snapsharepath Signed-off-by: Uri Simchoni --- docs-xml/manpages/vfs_shadow_copy2.8.xml | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs-xml/manpages/vfs_shadow_copy2.8.xml b/docs-xml/manpages/vfs_shadow_copy2.8.xml index 0bb95af2088..fbc06514538 100644 --- a/docs-xml/manpages/vfs_shadow_copy2.8.xml +++ b/docs-xml/manpages/vfs_shadow_copy2.8.xml @@ -225,6 +225,46 @@ + + shadow:snapsharepath = SNAPSHAREPATH + + + + With this parameter, one can specify the path of the share's + root directory in snapshots, relative to the snapshot's + root directory. It is an alternative method to + shadow:basedir, allowing greater control. + + + For example, if within each + snapshot the files of the share have a + path/to/share/ prefix, then + shadow:snapsharepath can be + set to path/to/share. + + + With this parameter, it is no longer assumed that a + snapshot represents an image of the original file system or + a portion of it. For example, a system could perform + backups of only files contained in shares, and then + expose the backup files in a logical structure: + + + share1/ + share2/ + .../ + + + Note that the shadow:snapdirseverywhere + and the shadow:basedir options + are incompatible with shadow:snapsharepath + and disable shadow:snapsharepath setting. + + Example: shadow:snapsharepath = path/to/share + Default: shadow:snapsharepath = NOT SPECIFIED + + + shadow:sort = asc/desc -- 2.34.1