1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="vfs_media_harmony.8">
6 <refentrytitle>vfs_unityed_media</refentrytitle>
7 <manvolnum>8</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10 <refmiscinfo class="version">&doc.version;</refmiscinfo>
15 <refname>vfs_unityed_media</refname>
16 <refpurpose>Allow multiple Avid clients to share a network drive.</refpurpose>
21 <command>vfs objects = unityed_media</command>
26 <title>DESCRIPTION</title>
28 <para>This VFS module is part of the
29 <citerefentry><refentrytitle>samba</refentrytitle>
30 <manvolnum>7</manvolnum></citerefentry> suite.</para>
32 <para>Unityed Media is related with Media Harmony VFS, the
33 main difference between Unityed Media and Media Harmony is
34 that Unityed Media doesn't need manual refreshing of media
35 directories. Unityed Media handles your media files in a similar
36 way to the way Unity, ISIS, EditShare or another dedicated solution
37 does. Without client-side application and on hardware of your
40 <para>This module is stackable.</para>
44 <title>CONFIGURATION</title>
46 <para>If Mac and Windows Avid clients will be accessing the same
47 folder, they should be given separate share definitions, with
48 hidden Mac files vetoed on the Windows share. See EXAMPLES.</para>
52 <title>OPTIONS</title>
57 <term>unityed_media:clientid = user | hostname | ip </term>
59 <para>Controls what client related identifier is
60 appended to user specific paths:</para>
63 <listitem><para><command>user (default)</command> -
64 use the username. </para></listitem>
66 <listitem><para><command>hostname</command> - use the
67 hostname. Note this will not work with OS X clients as
68 these always send a generic string ("workstation") to
69 the server..</para></listitem>
71 <listitem><para><command>ip</command> - use the
72 client's IP address. NOTE: this is untested and may
73 not work at all.</para></listitem>
82 <title>EXAMPLES</title>
84 <para>Enable unityed_media for Mac and Windows clients:</para>
86 <smbconfsection name="[avid_mac]"/>
87 <smbconfoption name="path">/avid</smbconfoption>
88 <smbconfoption name="vfs objects">unityed_media</smbconfoption>
89 <smbconfsection name="[avid_win]"/>
90 <smbconfoption name="path">/avid</smbconfoption>
91 <smbconfoption name="vfs objects">unityed_media</smbconfoption>
92 <smbconfoption name="veto files">/.DS_Store/._@/.Trash@/.Spotlight@/.hidden/.hotfiles@/.vol/</smbconfoption>
93 <smbconfoption name="delete veto files">yes</smbconfoption>
99 <title>VERSION</title>
101 <para>This man page is part of version &doc.version; of the Samba suite.
106 <title>AUTHOR</title>
108 <para>The original Samba software and related utilities
109 were created by Andrew Tridgell. Samba is now developed
110 by the Samba Team as an Open Source project similar
111 to the way the Linux kernel is developed.</para>