From 9113a26fcc9607c0747ed11ee7220dcb23c6e093 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 27 May 2006 16:56:17 +0000 Subject: Document recycle:subdir_mode, thanks to Thomas Bork (This used to be commit a6449190e6ad7097a0f62638825366f91f5ec326) --- docs/Samba3-HOWTO/TOSHARG-VFS.xml | 46 ++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 6 deletions(-) (limited to 'docs/Samba3-HOWTO/TOSHARG-VFS.xml') diff --git a/docs/Samba3-HOWTO/TOSHARG-VFS.xml b/docs/Samba3-HOWTO/TOSHARG-VFS.xml index 18fe9db978..7ebb05b22c 100644 --- a/docs/Samba3-HOWTO/TOSHARG-VFS.xml +++ b/docs/Samba3-HOWTO/TOSHARG-VFS.xml @@ -340,11 +340,18 @@ quotasettings: gid nolimit = no .recycle recycle:keeptree deleted files - 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. Users can recover files from the - .recycle directory. If the recycle:keeptree has been specified, - deleted files will be found in a path identical with that from which the file was deleted. + 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 has been specified, deleted + files will be found in a path identical with that from which the + file was deleted. Supported options for the recycle module are as follow: @@ -353,7 +360,34 @@ quotasettings: gid nolimit = no recycle:repository recycle:repository - Relative path of the directory where deleted files should be moved. + Path of the directory where deleted files should be moved. + + + + + recycle:directory_mode + +directory_mode + Set it to the octal mode you want for the recycle directory. With + this mode the recycle directory will be created if it not + exists and the first file is deleted. + If recycle:subdir_mode is not set, these + mode also apply to sub directories. + If directory_mode not exists, the default + mode 0700 is used. + + + + + recycle:subdir_mode + +recycle:subdir_mode + Set it to the octal mode you want for the sub directories of + the recycle directory. With this mode the sub directories will + be created. + If recycle:subdir_mode is not set, the + sub directories will be created with the mode from + directory_mode. -- cgit