Last change
on this file was 773, checked in by Herwig Bauernfeind, 12 years ago |
Samba Server 3.5: Update branch to 3.5.20
|
File size:
1.9 KB
|
Line | |
---|
1 | '\" t
|
---|
2 | .\" Title: vfs_streams_depot
|
---|
3 | .\" Author: [see the "AUTHOR" section]
|
---|
4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
---|
5 | .\" Date: 12/14/2012
|
---|
6 | .\" Manual: System Administration tools
|
---|
7 | .\" Source: Samba 3.5
|
---|
8 | .\" Language: English
|
---|
9 | .\"
|
---|
10 | .TH "VFS_STREAMS_DEPOT" "8" "12/14/2012" "Samba 3\&.5" "System Administration tools"
|
---|
11 | .\" -----------------------------------------------------------------
|
---|
12 | .\" * set default formatting
|
---|
13 | .\" -----------------------------------------------------------------
|
---|
14 | .\" disable hyphenation
|
---|
15 | .nh
|
---|
16 | .\" disable justification (adjust text to left margin only)
|
---|
17 | .ad l
|
---|
18 | .\" -----------------------------------------------------------------
|
---|
19 | .\" * MAIN CONTENT STARTS HERE *
|
---|
20 | .\" -----------------------------------------------------------------
|
---|
21 | .SH "NAME"
|
---|
22 | vfs_streams_depot \- EXPERIMENTAL module to store alternate data streams in a central directory\&.
|
---|
23 | .SH "SYNOPSIS"
|
---|
24 | .HP \w'\ 'u
|
---|
25 | vfs objects = streams_depot
|
---|
26 | .SH "DESCRIPTION"
|
---|
27 | .PP
|
---|
28 | This
|
---|
29 | \fIEXPERIMENTAL\fR
|
---|
30 | VFS module is part of the
|
---|
31 | \fBsamba\fR(7)
|
---|
32 | suite\&.
|
---|
33 | .PP
|
---|
34 | The
|
---|
35 | vfs_streams_depot
|
---|
36 | 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\&.
|
---|
37 | .SH "OPTIONS"
|
---|
38 | .PP
|
---|
39 | streams_depot:directory = PATH
|
---|
40 | .RS 4
|
---|
41 | Path of the directory where the alternate data streams should be stored\&. Defaults to the sharepath/\&.streams\&.
|
---|
42 | .RE
|
---|
43 | .SH "EXAMPLES"
|
---|
44 | .sp
|
---|
45 | .if n \{\
|
---|
46 | .RS 4
|
---|
47 | .\}
|
---|
48 | .nf
|
---|
49 | \fI[share]\fR
|
---|
50 | \m[blue]\fBvfs objects = streams_depot\fR\m[]
|
---|
51 | .fi
|
---|
52 | .if n \{\
|
---|
53 | .RE
|
---|
54 | .\}
|
---|
55 | .SH "AUTHOR"
|
---|
56 | .PP
|
---|
57 | 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\&.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.