auto_backup
This module automates database backups in Odoo, supporting local and remote storage with configurable retention policies and notifications.
Key Features
- db.backup: Configures backup settings including storage method, folder, and retention period.
- db.backup: Supports local disk storage for database backups.
- db.backup: Supports remote SFTP server storage for database backups.
- db.backup: Offers backup formats including zip with filestore or pg_dump custom format.
- db.backup: Automatically cleans up old backups based on days to keep setting.
- db.backup: Tests SFTP connection credentials for remote backups.
- db.backup: Allows manual execution of selected backup configurations.
- backup: Schedules daily automated backups via cron job.
- notification: Sends email notifications on backup success or failure.