summaryrefslogtreecommitdiffstats
path: root/examples/VFS/recycle/recycle.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/VFS/recycle/recycle.conf')
-rw-r--r--examples/VFS/recycle/recycle.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/VFS/recycle/recycle.conf b/examples/VFS/recycle/recycle.conf
new file mode 100644
index 00000000000..00cc7982124
--- /dev/null
+++ b/examples/VFS/recycle/recycle.conf
@@ -0,0 +1,17 @@
+# name of the recycle bin at root level of share
+name = .recycle
+# mode :
+# KEEP_DIRECTORIES = retain directory hierarchy of deleted file,
+# i.e. recreate all directories in recycle bin
+# VERSIONS = create copies in case of identical file names in recycle bin
+# TOUCH = touch access date of files moved into the recycle bin
+mode = KEEP_DIRECTORIES|VERSIONS|TOUCH
+# maximum file size to be moved to the recycle bin (0 means any size)
+maxsize = 0
+# exclude file names with the following extensions:
+exclude = *.tmp|*.temp|*.o|*.obj|~$*
+# exclude directories:
+excludedir = /tmp|/temp|/cache
+# Add file extensions of files where no versioning is wanted (i.e. copy # 1...)
+# only valid when mode=VERSIONS is set
+noversions = *.doc|*.xls|*.ppt