This website requires JavaScript.
Explore
Help
Sign In
ct
/
bmc_hub
Watch
1
Star
0
Fork
0
You've already forked bmc_hub
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
45d4f78006
bmc_hub
/
app
/
backups
/
backend
/
__init__.py
4 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
feat: Implement Email Workflow System with comprehensive documentation and migration scripts - 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.
2025-12-15 12:28:12 +01:00
"""
Backup backend services, API routes, and scheduler.
"""
feat: Implement SFTP offsite backup functionality (v1.3.75) - Add SFTP upload support with paramiko - Add database columns for offsite tracking (status, location, attempts, error) - Add manual upload endpoint /api/v1/backups/offsite/{job_id} - Add frontend button for offsite upload - Add SFTP configuration in config.py - Fix infinite loop in _ensure_remote_directory for relative paths - Add upload verification and retry mechanism - Add progress tracking and logging
2026-01-02 12:35:02 +01:00
from
app
.
backups
.
backend
import
router
Reference in New Issue
Copy Permalink