- Added Email Workflow System with automated actions based on email classification. - Created database schema with tables for workflows, executions, and actions. - Developed API endpoints for CRUD operations on workflows and execution history. - Included pre-configured workflows for invoice processing, time confirmation, and bankruptcy alerts. - Introduced user guide and workflow system improvements for better usability. - Implemented backup system for automated backup jobs and notifications. - Established email activity log to track all actions and events related to emails.
11 lines
305 B
Python
11 lines
305 B
Python
"""
|
|
Backup System Module for BMC Hub
|
|
|
|
Provides automated backup and restore functionality for:
|
|
- PostgreSQL database (compressed .dump + plain .sql)
|
|
- File storage (uploads/, data/, logs/)
|
|
- Automated rotation (30 days + monthly for 12 months)
|
|
- Offsite upload via SFTP/SSH
|
|
- Mattermost notifications
|
|
"""
|