summaryrefslogtreecommitdiff
path: root/docs/manpages-3
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-02-28 23:14:41 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:27 -0500
commit4f3f874a6dc168351adb266a7a9f636ad8c3c240 (patch)
tree3dc696ddd5c8ca88ca1f5a1d680bc50d56598fd3 /docs/manpages-3
parentea8725b305f796b4343d5a3e3c2b77d73c9333c9 (diff)
downloadsamba-4f3f874a6dc168351adb266a7a9f636ad8c3c240.tar.gz
samba-4f3f874a6dc168351adb266a7a9f636ad8c3c240.tar.bz2
samba-4f3f874a6dc168351adb266a7a9f636ad8c3c240.zip
Make sure all the modules are referred to as vfs_module_name to avoid
collisions with existing man pages. (This used to be commit 2c7722ac9ed62bfb4670aa61e382a4cf1653a3ba)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r--docs/manpages-3/vfs_audit.8.xml11
-rw-r--r--docs/manpages-3/vfs_cacheprime.8.xml13
-rw-r--r--docs/manpages-3/vfs_cap.8.xml11
-rw-r--r--docs/manpages-3/vfs_catia.8.xml11
-rw-r--r--docs/manpages-3/vfs_commit.8.xml13
-rw-r--r--docs/manpages-3/vfs_default_quota.8.xml15
-rw-r--r--docs/manpages-3/vfs_extd_audit.8.xml3
-rw-r--r--docs/manpages-3/vfs_fake_perms.8.xml11
-rw-r--r--docs/manpages-3/vfs_fam_notify.8.xml11
-rw-r--r--docs/manpages-3/vfs_netatalk.8.xml11
-rw-r--r--docs/manpages-3/vfs_prealloc.8.xml13
-rw-r--r--docs/manpages-3/vfs_readonly.8.xml11
-rw-r--r--docs/manpages-3/vfs_recycle.8.xml11
-rw-r--r--docs/manpages-3/vfs_shadow_copy.8.xml19
14 files changed, 89 insertions, 75 deletions
diff --git a/docs/manpages-3/vfs_audit.8.xml b/docs/manpages-3/vfs_audit.8.xml
index bee1ad00e5..1a500da20c 100644
--- a/docs/manpages-3/vfs_audit.8.xml
+++ b/docs/manpages-3/vfs_audit.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-audit.8">
+<refentry id="vfs_audit.8">
<refmeta>
- <refentrytitle>smb-vfs-audit</refentrytitle>
+ <refentrytitle>vfs_audit</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>audit</refname>
+ <refname>vfs_audit</refname>
<refpurpose>record selected Samba VFS operations in the system log</refpurpose>
</refnamediv>
@@ -22,10 +22,11 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>audit</command> VFS module records selected
+ <para>The <command>vfs_audit</command> VFS module records selected
client operations to the system log using
<citerefentry><refentrytitle>syslog</refentrytitle>
<manvolnum>3</manvolnum></citerefentry>.</para>
diff --git a/docs/manpages-3/vfs_cacheprime.8.xml b/docs/manpages-3/vfs_cacheprime.8.xml
index 1aafec0198..d08c67c957 100644
--- a/docs/manpages-3/vfs_cacheprime.8.xml
+++ b/docs/manpages-3/vfs_cacheprime.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-cacheprime.8">
+<refentry id="vfs_cacheprime.8">
<refmeta>
- <refentrytitle>smb-vfs-cacheprime</refentrytitle>
+ <refentrytitle>vfs_cacheprime</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>cacheprime</refname>
+ <refname>vfs_cacheprime</refname>
<refpurpose>prime the kernel file data cache</refpurpose>
</refnamediv>
@@ -22,16 +22,17 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>cacheprime</command> VFS module reads chunks
+ <para>The <command>vfs_cacheprime</command> VFS module reads chunks
of file data near the range requested by clients in order to
make sure the data is present in the kernel file data cache at
the time when it is actually requested by clients. </para>
<para>The size of the disk read operations performed
- by <command>cacheprime</command> is determined by the
+ by <command>vfs_cacheprime</command> is determined by the
cacheprime:rsize option. All disk read operations are aligned
on boundaries that are a multiple of this size. Each range of
the file data is primed at most once during the time the client
diff --git a/docs/manpages-3/vfs_cap.8.xml b/docs/manpages-3/vfs_cap.8.xml
index dc54978ad9..08e63a3468 100644
--- a/docs/manpages-3/vfs_cap.8.xml
+++ b/docs/manpages-3/vfs_cap.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-cap.8">
+<refentry id="vfs_cap.8">
<refmeta>
- <refentrytitle>smb-vfs-cap</refentrytitle>
+ <refentrytitle>vfs_cap</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>cap</refname>
+ <refname>vfs_cap</refname>
<refpurpose>CAP encode filenames</refpurpose>
</refnamediv>
@@ -22,12 +22,13 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
<para>CAP (Columbia Appletalk Protocol) encoding is a
technique for representing non-ASCII filenames in ASCII. The
- <command>cap</command> VFS module translates filenames to and
+ <command>vfs_cap</command> VFS module translates filenames to and
from CAP format, allowing users to name files in their native
encoding. </para>
diff --git a/docs/manpages-3/vfs_catia.8.xml b/docs/manpages-3/vfs_catia.8.xml
index e807c769d3..e2d135d9a1 100644
--- a/docs/manpages-3/vfs_catia.8.xml
+++ b/docs/manpages-3/vfs_catia.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-catia.8">
+<refentry id="vfs_catia.8">
<refmeta>
- <refentrytitle>smb-vfs-catia</refentrytitle>
+ <refentrytitle>vfs_catia</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>catia</refname>
+ <refname>vfs_catia</refname>
<refpurpose>translate illegal characters in Catia filenames</refpurpose>
</refnamediv>
@@ -22,12 +22,13 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
<para>The Catia CAD package commonly creates filenames that
use characters that are illegal in CIFS filenames. The
- <command>catia</command> VFS module implements a fixed character
+ <command>vfs_catia</command> VFS module implements a fixed character
mapping so that these files can be shared with CIFS clients.
</para>
diff --git a/docs/manpages-3/vfs_commit.8.xml b/docs/manpages-3/vfs_commit.8.xml
index 7650e75a97..2bac3b758d 100644
--- a/docs/manpages-3/vfs_commit.8.xml
+++ b/docs/manpages-3/vfs_commit.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-commit.8">
+<refentry id="vfs_commit.8">
<refmeta>
- <refentrytitle>smb-vfs-commit</refentrytitle>
+ <refentrytitle>vfs_commit</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>commit</refname>
+ <refname>vfs_commit</refname>
<refpurpose>flush dirty data at specified intervals</refpurpose>
</refnamediv>
@@ -22,15 +22,16 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>commit</command> VFS module keeps track of
+ <para>The <command>vfs_commit</command> VFS module keeps track of
the amount of data written to a file and synchronizes it to
disk when a specified amount accumulates.
</para>
- <para><command>commit</command> is useful in two
+ <para><command>vfs_commit</command> is useful in two
circumstances. First, if you have very precious data, the
impact of unexpected power loss can be minimized by a small
commit:dthresh value. Secondly, write performance can be
diff --git a/docs/manpages-3/vfs_default_quota.8.xml b/docs/manpages-3/vfs_default_quota.8.xml
index 7ea11f1177..03f11379f0 100644
--- a/docs/manpages-3/vfs_default_quota.8.xml
+++ b/docs/manpages-3/vfs_default_quota.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-default_quota.8">
+<refentry id="vfs_default_quota.8">
<refmeta>
- <refentrytitle>smb-vfs-default_quota</refentrytitle>
+ <refentrytitle>vfs_default_quota</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>default_quota</refname>
+ <refname>vfs_default_quota</refname>
<refpurpose>store default quota records for Windows clients</refpurpose>
</refnamediv>
@@ -22,19 +22,20 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the
- <citerefentry><refentrytitle>samba</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
+ <manvolnum>7</manvolnum></citerefentry>
suite.</para>
<para>Many common quota implementations only store
quotas for users and groups, but do not store a default quota. The
- <command>default_quota</command> module allows Samba to store
+ <command>vfs_default_quota</command> module allows Samba to store
default quota values which can be examined using the Windows
Explorer interface.
</para>
<para>By default, Samba returns NO_LIMIT the default quota and
- refuses to update them. <command>default_quota</command> maps
+ refuses to update them. <command>vfs_default_quota</command> maps
the default quota to the quota record of a user. By default the
root user is taken because quota limits for root are typically
not enforced.</para>
diff --git a/docs/manpages-3/vfs_extd_audit.8.xml b/docs/manpages-3/vfs_extd_audit.8.xml
index 6681b49dad..475bf849ab 100644
--- a/docs/manpages-3/vfs_extd_audit.8.xml
+++ b/docs/manpages-3/vfs_extd_audit.8.xml
@@ -22,7 +22,8 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
<para>The <command>extd_audit</command> VFS module records selected
diff --git a/docs/manpages-3/vfs_fake_perms.8.xml b/docs/manpages-3/vfs_fake_perms.8.xml
index 95b5b97d4f..81d11d0c84 100644
--- a/docs/manpages-3/vfs_fake_perms.8.xml
+++ b/docs/manpages-3/vfs_fake_perms.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-fake_perms.8">
+<refentry id="vfs_fake_perms.8">
<refmeta>
- <refentrytitle>smb-vfs-fake_perms</refentrytitle>
+ <refentrytitle>vfs_fake_perms</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>fake_perms</refname>
+ <refname>vfs_fake_perms</refname>
<refpurpose>enable read only Roaming Profiles</refpurpose>
</refnamediv>
@@ -22,10 +22,11 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>fake_perms</command> VFS module was created
+ <para>The <command>vfs_fake_perms</command> VFS module was created
to allow Roaming Profile files and directories to be set (on
the Samba server under UNIX) as read only. This module will,
if installed on the Profiles share, report to the client that
diff --git a/docs/manpages-3/vfs_fam_notify.8.xml b/docs/manpages-3/vfs_fam_notify.8.xml
index 703002904b..6c3bb6858e 100644
--- a/docs/manpages-3/vfs_fam_notify.8.xml
+++ b/docs/manpages-3/vfs_fam_notify.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-fam_notify.8">
+<refentry id="vfs_fam_notify.8">
<refmeta>
- <refentrytitle>smb-vfs-fam_notify</refentrytitle>
+ <refentrytitle>vfs_fam_notify</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>fam_notify</refname>
+ <refname>vfs_fam_notify</refname>
<refpurpose>FAM support for file change notifications</refpurpose>
</refnamediv>
@@ -22,10 +22,11 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>fam_notify</command> module makes use of
+ <para>The <command>vfs_fam_notify</command> module makes use of
the system FAM (File Alteration Monitor) daemon to implement
file change notifications for Windows clients. FAM is generally
present only on IRIX and some BSD systems.</para>
diff --git a/docs/manpages-3/vfs_netatalk.8.xml b/docs/manpages-3/vfs_netatalk.8.xml
index ffae4681b5..a3339a86de 100644
--- a/docs/manpages-3/vfs_netatalk.8.xml
+++ b/docs/manpages-3/vfs_netatalk.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-netatalk.8">
+<refentry id="vfs_netatalk.8">
<refmeta>
- <refentrytitle>smb-vfs-netatalk</refentrytitle>
+ <refentrytitle>vfs_netatalk</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>netatalk</refname>
+ <refname>vfs_netatalk</refname>
<refpurpose>hide .AppleDouble files from CIFS clients</refpurpose>
</refnamediv>
@@ -22,10 +22,11 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>netatalk</command> VFS module dynamically
+ <para>The <command>vfs_netatalk</command> VFS module dynamically
hides .AppleDouble files, preventing spurious errors on some
CIFS clients. .AppleDouble files may be created by historic
implementations of AFP (Apple Filing Protocol) on servers. </para>
diff --git a/docs/manpages-3/vfs_prealloc.8.xml b/docs/manpages-3/vfs_prealloc.8.xml
index 1d8f6db75c..a05f8d1ee1 100644
--- a/docs/manpages-3/vfs_prealloc.8.xml
+++ b/docs/manpages-3/vfs_prealloc.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-prealloc.8">
+<refentry id="vfs_prealloc.8">
<refmeta>
- <refentrytitle>smb-vfs-prealloc</refentrytitle>
+ <refentrytitle>vfs_prealloc</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>prealloc</refname>
+ <refname>vfs_prealloc</refname>
<refpurpose>preallocate matching files to a predetermined size</refpurpose>
</refnamediv>
@@ -22,10 +22,11 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>prealloc</command> VFS module preallocates
+ <para>The <command>vfs_prealloc</command> VFS module preallocates
files to a specified size each time a new file is created. This
is useful in environments where files are of a predetermined
size will be written to a disk subsystem where extending file
@@ -78,7 +79,7 @@
<refsect1>
<title>CAVEATS</title>
- <para><command>preallocate</command> is not supported on all
+ <para><command>vfs_prealloc</command> is not supported on all
platforms and filesystems. Currently only XFS filesystems on
Linux and IRIX are supported.
</para>
diff --git a/docs/manpages-3/vfs_readonly.8.xml b/docs/manpages-3/vfs_readonly.8.xml
index b1886bdf90..73ac1c3c8c 100644
--- a/docs/manpages-3/vfs_readonly.8.xml
+++ b/docs/manpages-3/vfs_readonly.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-readonly.8">
+<refentry id="vfs_readonly.8">
<refmeta>
- <refentrytitle>smb-vfs-readonly</refentrytitle>
+ <refentrytitle>vfs_readonly</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>readonly</refname>
+ <refname>vfs_readonly</refname>
<refpurpose>make a Samba share read only for a specified time period</refpurpose>
</refnamediv>
@@ -22,10 +22,11 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>readonly</command> VFS module marks a share
+ <para>The <command>vfs_readonly</command> VFS module marks a share
as read only for all clients connecting within the configured
time period. Clients connecting during this time will be denied
write access to all files in the share, irrespective of ther
diff --git a/docs/manpages-3/vfs_recycle.8.xml b/docs/manpages-3/vfs_recycle.8.xml
index 923550de75..106813e127 100644
--- a/docs/manpages-3/vfs_recycle.8.xml
+++ b/docs/manpages-3/vfs_recycle.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-recycle.8">
+<refentry id="vfs_recycle.8">
<refmeta>
- <refentrytitle>smb-vfs-recycle</refentrytitle>
+ <refentrytitle>vfs_recycle</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>recycle</refname>
+ <refname>vfs_recycle</refname>
<refpurpose>Samba VFS recycle bin</refpurpose>
</refnamediv>
@@ -22,10 +22,11 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>recycle</command> intercepts file deletion
+ <para>The <command>vfs_recycle</command> intercepts file deletion
requests and moves the affected files to a temporary repository
rather than deleting them immediately. This gives the same effect
as the Recycle Bin on Windows computers. </para>
diff --git a/docs/manpages-3/vfs_shadow_copy.8.xml b/docs/manpages-3/vfs_shadow_copy.8.xml
index e735b881ce..ac569e8500 100644
--- a/docs/manpages-3/vfs_shadow_copy.8.xml
+++ b/docs/manpages-3/vfs_shadow_copy.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-shadow_copy.8">
+<refentry id="vfs_shadow_copy.8">
<refmeta>
- <refentrytitle>smb-vfs-shadow_copy</refentrytitle>
+ <refentrytitle>vfs_shadow_copy</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>shadow_copy</refname>
+ <refname>vfs_shadow_copy</refname>
<refpurpose>Make a Samba share read only for a specified time period</refpurpose>
</refnamediv>
@@ -22,10 +22,11 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
<manvolnum>7</manvolnum></citerefentry> suite.</para>
- <para>The <command>shadow_copy</command> VFS module functionality
+ <para>The <command>vfs_shadow_copy</command> VFS module functionality
that is similar to Microsoft Shadow Copy services. When setup properly,
this module allows Microsoft Shadow Copy clients to browse
"shadow copies" on Samba shares.
@@ -38,14 +39,14 @@
<refsect1>
<title>CONFIGURATION</title>
- <para><command>shadow_copy</command> relies on a filesystem
+ <para><command>vfs_shadow_copy</command> relies on a filesystem
snapshot implementation. Many common filesystems have native
support for this.
</para>
<para>Filesystem snapshots must be mounted on
specially named directories in order to be recognized by
- <command>shadow_copy</command>. The snapshot mount points must
+ <command>vfs_shadow_copy</command>. The snapshot mount points must
be immediate children of a the directory being shared.</para>
<para>The snapshot naming convention is @GMT-YYYY.MM.DD-hh.mm.ss,
@@ -60,7 +61,7 @@
</itemizedlist>
</para>
- <para>The <command>shadow_copy</command> snapshot naming convention can be produced with the following
+ <para>The <command>vfs_shadow_copy</command> snapshot naming convention can be produced with the following
<citerefentry><refentrytitle>date</refentrytitle>
<manvolnum>1</manvolnum></citerefentry> command:
<programlisting>
@@ -87,7 +88,7 @@
</para>
<para>With Samba or Windows servers,
- <command>shadow_copy</command> is designed to be an end-user
+ <command>vfs_shadow_copy</command> is designed to be an end-user
tool only. It does not replace or enhance your backup and
archival solutions and should in no way be considered as
such. Additionally, if you need version control, implement a