merging for 2.2.6pre1
[Samba.git] / examples / VFS / recycle / recycle.conf
blob00cc79821241149397272264b90d6fcece2ad460
1 # name of the recycle bin at root level of share
2 name = .recycle
3 # mode :
4 # KEEP_DIRECTORIES = retain directory hierarchy of deleted file,
5 #                    i.e. recreate all directories in recycle bin
6 # VERSIONS         = create copies in case of identical file names in recycle bin
7 # TOUCH            = touch access date of files moved into the recycle bin
8 mode = KEEP_DIRECTORIES|VERSIONS|TOUCH
9 # maximum file size to be moved to the recycle bin (0 means any size)
10 maxsize = 0
11 # exclude file names with the following extensions:
12 exclude = *.tmp|*.temp|*.o|*.obj|~$*
13 # exclude directories:
14 excludedir = /tmp|/temp|/cache
15 # Add file extensions of files where no versioning is wanted (i.e. copy # 1...)
16 # only valid when mode=VERSIONS is set
17 noversions = *.doc|*.xls|*.ppt