From a84602f064c8cb2e9a3969f9d7750c86210c3541 Mon Sep 17 00:00:00 2001 From: Georgiy Sitnikov Date: Wed, 22 Apr 2020 12:53:31 +0200 Subject: [PATCH] Added example rule to exclude folder Seems it was always asked about. Picture download screenshot via https://gas85.ddns.net/index.php/s/TQ3Q9omcBRQsPFr and upload it to /images/ --- admin_manual/file_workflows/automated_tagging.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/file_workflows/automated_tagging.rst b/admin_manual/file_workflows/automated_tagging.rst index 62a26f1c4..84b77b174 100644 --- a/admin_manual/file_workflows/automated_tagging.rst +++ b/admin_manual/file_workflows/automated_tagging.rst @@ -30,6 +30,12 @@ uploaded into a folder that is tagged with ``Protect content``. No user can remove the tag ``Protected file`` and therefor access control and retention both work fine without users being able to work around them. +In this case folder will be also tagged, to avoid this, simply modify the rule +to exclude Directory ``httpd/unix-directory`` from it. + + .. figure:: images/automated_tagging_sample_rule_exclude_folder.png + :alt: Example rule to assign a restricted tag except to Directory. + Available rules ---------------