From 3119d295fa4ffc73eabb6bcc868bca724314ad6b Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:50:39 -0400 Subject: [PATCH] Update filemonitor_config.py --- plugins/FileMonitor/filemonitor_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/FileMonitor/filemonitor_config.py b/plugins/FileMonitor/filemonitor_config.py index 9d56b17..30f590c 100644 --- a/plugins/FileMonitor/filemonitor_config.py +++ b/plugins/FileMonitor/filemonitor_config.py @@ -49,7 +49,8 @@ config = { # Maximum backups to keep. When scheduler is enabled, and the Backup runs, delete older backups after reaching maximum backups. "BackupsMax" : 12, # Only works if BackupDatabasePath is properly populated. - "BackupDatabasePath" : "C:\\Users\\admin3\\.stash\\DbBackup", # ToDo: Implement code to automate fetching this value + # The BACKUP database path. ToDo: Implement code to automate fetching this value + "BackupDatabasePath" : "C:\\Users\\admin3\\.stash\\DbBackup", # Example populated path # When enabled, if CREATE flag is triggered, DupFileManager task is called if the plugin is installed. "onCreateCallDupFileManager": False, # Not yet implemented!!!!