EACheckDailyBackupOnGoogleDrive
This document was generated using Claude.ai
Overview
Monitors Google Drive folders for backup files, verifying daily backups were created successfully. Checks folders for files created on target date and sends notifications based on findings.
When This Action Runs
Scheduled maintenance task on Google Drive folders containing backup files. Typically runs daily to monitor backup processes.
How It Works
- Authenticates to Google Drive using configured OAuth file
- Scans folders for backup files created on target date (today/yesterday)
- Detects files by creation date or filename patterns (YYYYMMDD)
- Sends notifications for found/missing backups
- Optionally cleans Google Drive trash after check
Key Parameters
- Parameter 1: OAuth File (Required) - Google Drive authentication credentials
- Parameter 2: Folder ID (Required) - Single folder ID or multi-folder format
- Parameter 3: Backup NOT Found Notification (Required) - Alert for missing backups
- Parameter 4: Backup Found Notification (Required) - Success confirmation
- Parameter 5: Check Date (Optional) -
today(default) oryesterday - Parameter 6: Success Notification Days (Optional) - When to send success alerts
- Parameter 7: Clear Trash (Optional) - Auto-empty trash after check
- Parameter 8: Check By Name (Optional) - Use filename patterns vs creation date
- Parameter 9: Multi-Folder Mode (Optional) - Enable multiple folder processing
Database Tables Affected
- OAuthFile - Google Drive authentication configuration
- NotificationDefinition - Templates for success/failure notifications
No direct database modifications - only reads configuration and uses Google Drive API.
Related Actions
Module: core
Full Class Name: com.namasoft.infor.domainbase.util.google.EACheckDailyBackupOnGoogleDrive