mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
docs/vfs_fruit: Add Time Machine support
Add the capability to advertise FULLSYNC volume capabilities to clients that request them. This is mainly used for supporting Mac OS Time Machine backups from clients. The capability does not perform any additional action. Signed-off-by: Kevin Anderson <andersonkw2@gmail.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
174e6cb5e6
commit
4d6544593b
@ -213,6 +213,34 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>fruit:time machine = [ yes | no ]</term>
|
||||
<listitem>
|
||||
<para>Controls if Time Machine support via the FULLSYNC volume
|
||||
capability is advertised to clients.</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para><command>yes</command> - Enables Time Machine
|
||||
support for this share. Also registers the share with mDNS in
|
||||
case Samba is built with mDNS support.</para></listitem>
|
||||
|
||||
<listitem><para><command>no (default)</command> Disables
|
||||
advertising Time Machine support.</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<para>This option enforces the following settings per share (or
|
||||
for all shares if enabled globally):</para>
|
||||
<itemizedlist>
|
||||
<listitem><para><command>durable handles = yes</command></para></listitem>
|
||||
<listitem><para><command>kernel oplocks = no</command></para></listitem>
|
||||
<listitem><para><command>kernel share modes = no</command></para></listitem>
|
||||
<listitem><para><command>posix locking = no</command></para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>fruit:metadata = [ stream | netatalk ]</term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user