1 # name of the recycle bin at root level of share
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)
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