From: Björn Baumbach Date: Tue, 2 Oct 2012 09:37:11 +0000 (+0200) Subject: s3-docs: add delete_lost option to vfs_streams_depot.8 X-Git-Tag: talloc-2.0.8~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3983515a0d2222c9e559d83f37ec0a4c5820b56d;p=thirdparty%2Fsamba.git s3-docs: add delete_lost option to vfs_streams_depot.8 Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Oct 3 18:10:14 CEST 2012 on sn-devel-104 --- diff --git a/docs-xml/manpages/vfs_streams_depot.8.xml b/docs-xml/manpages/vfs_streams_depot.8.xml index 78b5fd34455..639428bb964 100644 --- a/docs-xml/manpages/vfs_streams_depot.8.xml +++ b/docs-xml/manpages/vfs_streams_depot.8.xml @@ -52,6 +52,25 @@ + + streams_depot:delete_lost = [ yes | no ] + + In the case of an already existing data streams directory + for a newly created file the streams directory will be renamed + to "lost-%lu", random(). With this option lost stream directories + will be removed instead of renamed. + + + no(default) - rename lost streams to + "lost-%lu", random(). + + + yes - remove lost streams. + + + + +