From: Uri Simchoni Date: Tue, 3 Nov 2015 11:21:58 +0000 (+0200) Subject: vfs_shadow_copy2: documentation for snapsharepath X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba%2Fsamba-obnox.git;a=commitdiff_plain;h=refs%2Fheads%2Fmaster-shadow_copy2 vfs_shadow_copy2: documentation for snapsharepath Signed-off-by: Uri Simchoni --- 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