1 | '\" t
|
---|
2 | .\" Title: vfs_streams_depot
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 09/18/2013
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 3.6
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "VFS_STREAMS_DEPOT" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * Define some portability stuff
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
15 | .\" http://bugs.debian.org/507673
|
---|
16 | .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
---|
17 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
18 | .ie \n(.g .ds Aq \(aq
|
---|
19 | .el .ds Aq '
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .\" * set default formatting
|
---|
22 | .\" -----------------------------------------------------------------
|
---|
23 | .\" disable hyphenation
|
---|
24 | .nh
|
---|
25 | .\" disable justification (adjust text to left margin only)
|
---|
26 | .ad l
|
---|
27 | .\" -----------------------------------------------------------------
|
---|
28 | .\" * MAIN CONTENT STARTS HERE *
|
---|
29 | .\" -----------------------------------------------------------------
|
---|
30 | .SH "NAME"
|
---|
31 | vfs_streams_depot \- EXPERIMENTAL module to store alternate data streams in a central directory\&.
|
---|
32 | .SH "SYNOPSIS"
|
---|
33 | .HP \w'\ 'u
|
---|
34 | vfs objects = streams_depot
|
---|
35 | .SH "DESCRIPTION"
|
---|
36 | .PP
|
---|
37 | This
|
---|
38 | \fIEXPERIMENTAL\fR
|
---|
39 | VFS module is part of the
|
---|
40 | \fBsamba\fR(7)
|
---|
41 | suite\&.
|
---|
42 | .PP
|
---|
43 | The
|
---|
44 | vfs_streams_depot
|
---|
45 | 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\&.
|
---|
46 | .SH "OPTIONS"
|
---|
47 | .PP
|
---|
48 | streams_depot:directory = PATH
|
---|
49 | .RS 4
|
---|
50 | Path of the directory where the alternate data streams should be stored\&. Defaults to the sharepath/\&.streams\&.
|
---|
51 | .RE
|
---|
52 | .SH "EXAMPLES"
|
---|
53 | .sp
|
---|
54 | .if n \{\
|
---|
55 | .RS 4
|
---|
56 | .\}
|
---|
57 | .nf
|
---|
58 | \fI[share]\fR
|
---|
59 | \m[blue]\fBvfs objects = streams_depot\fR\m[]
|
---|
60 | .fi
|
---|
61 | .if n \{\
|
---|
62 | .RE
|
---|
63 | .\}
|
---|
64 | .SH "AUTHOR"
|
---|
65 | .PP
|
---|
66 | 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\&.
|
---|