Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/docs-xml/manpages-3/vfs_recycle.8.xml

    r203 r232  
    186186        <title>EXAMPLES</title>
    187187
    188         <para>Log operations on all shares using the LOCAL1 facility
    189         and NOTICE priority:</para>
     188        <para>Move files "deleted" on <parameter>share</parameter> to
     189        <parameter>/data/share/.recycle</parameter> instead of deleting them:
     190        </para>
    190191
    191192<programlisting>
    192         <smbconfsection name="[global]"/>
     193        <smbconfsection name="[share]"/>
     194        <smbconfoption name="path">/data/share</smbconfoption>
    193195        <smbconfoption name="vfs objects">recycle</smbconfoption>
    194         <smbconfoption name="recycle:facility">LOCAL1</smbconfoption>
    195         <smbconfoption name="recycle:priority">NOTICE</smbconfoption>
     196        <smbconfoption name="recycle:repository">.recycle</smbconfoption>
     197        <smbconfoption name="recycle:keeptree">yes</smbconfoption>
     198        <smbconfoption name="recycle:versions">yes</smbconfoption>
    196199</programlisting>
    197200
Note: See TracChangeset for help on using the changeset viewer.