From 4f5791ebd03eaec1c7da0865a383175b05102712 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:47:29 +0200 Subject: Adding upstream version 2:4.17.12+dfsg. Signed-off-by: Daniel Baumann --- docs-xml/manpages/vfs_streams_depot.8.xml | 97 +++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 docs-xml/manpages/vfs_streams_depot.8.xml (limited to 'docs-xml/manpages/vfs_streams_depot.8.xml') diff --git a/docs-xml/manpages/vfs_streams_depot.8.xml b/docs-xml/manpages/vfs_streams_depot.8.xml new file mode 100644 index 0000000..88a2766 --- /dev/null +++ b/docs-xml/manpages/vfs_streams_depot.8.xml @@ -0,0 +1,97 @@ + + + + + + vfs_streams_depot + 8 + Samba + System Administration tools + &doc.version; + + + + + vfs_streams_depot + EXPERIMENTAL module to store alternate data streams in a + central directory. + + + + + + vfs objects = streams_depot + + + + + DESCRIPTION + + This EXPERIMENTAL VFS module is part of the + samba + 7 suite. + + The vfs_streams_depot enables storing of NTFS + alternate data streams in the file system. As a normal posix file + system does not support the concept of multiple data streams per file, + the streams_depot module stores the data in files in a separate + directory. + + + + + OPTIONS + + + + + streams_depot:directory = PATH + + Path of the directory where the alternate data streams + should be stored. Defaults to the sharepath/.streams. + + + + + 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. + + + + + + + + + + EXAMPLES + + + + streams_depot + + + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + + -- cgit v1.2.3