Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuka Trovic <89908051+luka-nextcloud@users.noreply.github.com>2022-11-10 22:41:45 +0300
committerGitHub <noreply@github.com>2022-11-10 22:41:45 +0300
commitdd5e20231482de418fdcb930f61c75169b83deb8 (patch)
treed718f1376250affff32befceb26c68bfb44ed5c3
parent9c3a3e011eeae27f884a02f8f414670fceb56913 (diff)
docs: add description to disable av background scandocs/add-av-disabling-background-scan
Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com>
-rw-r--r--admin_manual/configuration_server/antivirus_configuration.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/admin_manual/configuration_server/antivirus_configuration.rst b/admin_manual/configuration_server/antivirus_configuration.rst
index fe1d83483..ecfad69f5 100644
--- a/admin_manual/configuration_server/antivirus_configuration.rst
+++ b/admin_manual/configuration_server/antivirus_configuration.rst
@@ -168,3 +168,11 @@ Executable
When you are satisfied with how ClamAV is operating, you might want to go
back and change all of your logging to less verbose levels.
+
+
+Disabling background scan task
+-----------------
+
+You can disable background scan with occ::
+
+ occ config:app:set files_antivirus av_background_scan --value="off"