|
Last change
on this file since 229 was 229, checked in by Herwig Bauernfeind, 17 years ago |
|
Update 3.2 branch to 3.2.7 docs
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | .\" Title: vfs_xattr_tdb
|
|---|
| 2 | .\" Author:
|
|---|
| 3 | .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
|---|
| 4 | .\" Date: 12/19/2008
|
|---|
| 5 | .\" Manual: System Administration tools
|
|---|
| 6 | .\" Source: Samba 3.2
|
|---|
| 7 | .\"
|
|---|
| 8 | .TH "VFS_XATTR_TDB" "8" "12/19/2008" "Samba 3\.2" "System Administration tools"
|
|---|
| 9 | .\" disable hyphenation
|
|---|
| 10 | .nh
|
|---|
| 11 | .\" disable justification (adjust text to left margin only)
|
|---|
| 12 | .ad l
|
|---|
| 13 | .SH "NAME"
|
|---|
| 14 | vfs_xattr_tdb - Save Extended Attributes (EAs) in a tdb file
|
|---|
| 15 | .SH "SYNOPSIS"
|
|---|
| 16 | .HP 1
|
|---|
| 17 | vfs objects = xattr_tdb
|
|---|
| 18 | .SH "DESCRIPTION"
|
|---|
| 19 | .PP
|
|---|
| 20 | This VFS module is part of the
|
|---|
| 21 | \fBsamba\fR(7)
|
|---|
| 22 | suite\.
|
|---|
| 23 | .PP
|
|---|
| 24 | The
|
|---|
| 25 | vfs_xattr_tdb
|
|---|
| 26 | VFS module stores Extended Attributes (EAs) in a tdb file\. This enables the usage of Extended Attributes on OS and filesystems which do not support Extended Attributes by themselves\.
|
|---|
| 27 | .PP
|
|---|
| 28 | This module is stackable\.
|
|---|
| 29 | .SH "OPTIONS"
|
|---|
| 30 | .PP
|
|---|
| 31 | xattr_tdb:file = PATH
|
|---|
| 32 | .RS 4
|
|---|
| 33 | Name of the tdb file the EAs are stored in\. If this option is not set, the default filename
|
|---|
| 34 | \fIxattr\.tdb\fR
|
|---|
| 35 | is used\.
|
|---|
| 36 | .RE
|
|---|
| 37 | .SH "AUTHOR"
|
|---|
| 38 | .PP
|
|---|
| 39 | 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.