Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/vfs_recycle.8

    r44 r134  
    1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
    2 .de Sh \" Subsection
    3 .br
    4 .if t .Sp
    5 .ne 5
    6 .PP
    7 \fB\\$1\fR
    8 .PP
    9 ..
    10 .de Sp \" Vertical space (when we can't use .PP)
    11 .if t .sp .5v
    12 .if n .sp
    13 ..
    14 .de Ip \" List item
    15 .br
    16 .ie \\n(.$>=3 .ne \\$3
    17 .el .ne 3
    18 .IP "\\$1" \\$2
    19 ..
    20 .TH "VFS_RECYCLE" 8 "" "" ""
     1.\"     Title: vfs_recycle
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual: System Administration tools
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "VFS_RECYCLE" "8" "05/21/2008" "Samba 3\.0" "System Administration tools"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214vfs_recycle - Samba VFS recycle bin
     
    2820This VFS module is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    3224The
    3325vfs_recycle
    34 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.
     26intercepts 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\.
    3527.PP
    36 The Recycle Bin will not appear in Windows Explorer views of the network file system (share) nor on any mapped drive. Instead, a directory called .recycle will be automatically created when the first file is deleted and recycle:repository is not configured. If recycle:repository is configured, the name of the created directory depends on recycle:repository. Users can recover files from the recycle bin. If the recycle:keeptree option has been specified, deleted files will be found in a path identical with that from which the file was deleted.
     28The Recycle Bin will not appear in Windows Explorer views of the network file system (share) nor on any mapped drive\. Instead, a directory called \.recycle will be automatically created when the first file is deleted and recycle:repository is not configured\. If recycle:repository is configured, the name of the created directory depends on recycle:repository\. Users can recover files from the recycle bin\. If the recycle:keeptree option has been specified, deleted files will be found in a path identical with that from which the file was deleted\.
    3729.PP
    38 This module is stackable.
     30This module is stackable\.
    3931.SH "OPTIONS"
    4032.PP
    4133recycle:repository = PATH
    42 .RS 3n
    43 Path of the directory where deleted files should be moved.
     34.RS 4
     35Path of the directory where deleted files should be moved\.
    4436.sp
    45 If this option is not set, the default path .recycle is used.
     37If this option is not set, the default path \.recycle is used\.
    4638.RE
    4739.PP
    4840recycle:directory_mode = MODE
    49 .RS 3n
    50 Set MODE to the octal mode the recycle repository should be created with. The recycle repository will be created when first file is deleted. If recycle:subdir_mode is not set, MODE also applies to subdirectories.
     41.RS 4
     42Set MODE to the octal mode the recycle repository should be created with\. The recycle repository will be created when first file is deleted\. If recycle:subdir_mode is not set, MODE also applies to subdirectories\.
    5143.sp
    52 If this option is not set, the default mode 0700 is used.
     44If this option is not set, the default mode 0700 is used\.
    5345.RE
    5446.PP
    5547recycle:subdir_mode = MODE
    56 .RS 3n
    57 Set MODE to the octal mode with which sub directories of the recycle repository should be created.
     48.RS 4
     49Set MODE to the octal mode with which sub directories of the recycle repository should be created\.
    5850.sp
    59 If this option is not set, subdirectories will be created with the mode from recycle:directory_mode.
     51If this option is not set, subdirectories will be created with the mode from recycle:directory_mode\.
    6052.RE
    6153.PP
    6254recycle:keeptree = BOOL
    63 .RS 3n
    64 Specifies whether the directory structure should be preserved or whether the files in a directory that is being deleted should be kept separately in the repository.
     55.RS 4
     56Specifies whether the directory structure should be preserved or whether the files in a directory that is being deleted should be kept separately in the repository\.
    6557.RE
    6658.PP
    6759recycle:versions = BOOL
    68 .RS 3n
    69 If this option is True, two files with the same name that are deleted will both be kept in the repository. Newer deleted versions of a file will be called "Copy #x of filename".
     60.RS 4
     61If this option is True, two files with the same name that are deleted will both be kept in the repository\. Newer deleted versions of a file will be called "Copy #x of filename"\.
    7062.RE
    7163.PP
    7264recycle:touch = BOOL
    73 .RS 3n
    74 Specifies whether a file's access date should be updated when the file is moved to the repository.
     65.RS 4
     66Specifies whether a file\'s access date should be updated when the file is moved to the repository\.
    7567.RE
    7668.PP
    7769recycle:touch_mtime = BOOL
    78 .RS 3n
    79 Specifies whether a file's last modified date should be updated when the file is moved to the repository.
     70.RS 4
     71Specifies whether a file\'s last modified date should be updated when the file is moved to the repository\.
    8072.RE
    8173.PP
    8274recycle:minsize = BYTES
    83 .RS 3n
    84 Files that are smaller than the number of bytes specified by this parameter will not be put into the repository.
     75.RS 4
     76Files that are smaller than the number of bytes specified by this parameter will not be put into the repository\.
    8577.RE
    8678.PP
    8779recycle:maxsize = BYTES
    88 .RS 3n
    89 Files that are larger than the number of bytes specified by this parameter will not be put into the repository.
     80.RS 4
     81Files that are larger than the number of bytes specified by this parameter will not be put into the repository\.
    9082.RE
    9183.PP
    9284recycle:exclude = LIST
    93 .RS 3n
    94 List of files that should not be put into the repository when deleted, but deleted in the normal way. Wildcards such as * and ? are supported.
     85.RS 4
     86List of files that should not be put into the repository when deleted, but deleted in the normal way\. Wildcards such as * and ? are supported\.
    9587.RE
    9688.PP
    9789recycle:exclude_dir = LIST
    98 .RS 3n
    99 List of directories whose files should not be put into the repository when deleted, but deleted in the normal way. Wildcards such as * and ? are supported.
     90.RS 4
     91List of directories whose files should not be put into the repository when deleted, but deleted in the normal way\. Wildcards such as * and ? are supported\.
    10092.RE
    10193.PP
    10294recycle:noversions = LIST
    103 .RS 3n
    104 Specifies a list of paths (wildcards such as * and ? are supported) for which no versioning should be used. Only useful when recycle:versions is enabled.
     95.RS 4
     96Specifies a list of paths (wildcards such as * and ? are supported) for which no versioning should be used\. Only useful when recycle:versions is enabled\.
    10597.RE
    10698.SH "EXAMPLES"
    10799.PP
    108100Log operations on all shares using the LOCAL1 facility and NOTICE priority:
    109 
     101.sp
     102.RS 4
    110103.nf
    111 
    112104        \fI[global]\fR
    113         vfs objects = recycle
    114         recycle:facility = LOCAL1
    115         recycle:priority = NOTICE
    116 
     105        \fIvfs objects = recycle\fR
     106        \fIrecycle:facility = LOCAL1\fR
     107        \fIrecycle:priority = NOTICE\fR
    117108.fi
     109.RE
    118110.SH "VERSION"
    119111.PP
    120 This man page is correct for version 3.0.25 of the Samba suite.
     112This man page is correct for version 3\.0\.25 of the Samba suite\.
    121113.SH "AUTHOR"
    122114.PP
    123 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.
    124 
     115The 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 TracChangeset for help on using the changeset viewer.