From dd5e20231482de418fdcb930f61c75169b83deb8 Mon Sep 17 00:00:00 2001 From: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:41:45 +0100 Subject: [PATCH] docs: add description to disable av background scan Signed-off-by: Luka Trovic <89908051+luka-nextcloud@users.noreply.github.com> --- .../configuration_server/antivirus_configuration.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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"