From bbeb0291daae588b9ed1e37a0cea5fd572a72068 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:26:45 -0400 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index e7d51a5..c3a187b 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -151,6 +151,6 @@ That's it!!! - Main options are accessible in the GUI via Settings->Plugins->Plugins->[FileMonitor]. - When the UI option [Max DB Backups] is set to a value greater than 1, and when the scheduler is enabled, the quantity of database backup files are trim down to the set [**Max DB Backups**] value after the scheduler executes the Backup task. - The other options are self explanatory from the UI. -- Additional options available in filemonitor_config.py. +- Additional options available in filemonitor_config.py. The options are well documented in the commented code.