frappe_docker/backup.env
Tushar 56cef5fe68 feat: add backup and email configuration scripts and environment files
- Introduced backup scripts for S3 and Google Drive, including cron job setup for automated backups.
- Added email configuration script to set up SMTP settings for ERPNext.
- Created environment files for backup configurations (backup.env, gdrive-backup.env, email.env).
- Updated docker-compose files to support new backup services and configurations.
2025-03-20 10:44:25 +00:00

8 lines
No EOL
285 B
Bash

# Backup schedule in cron format (every 6 hours by default)
BACKUP_CRONSTRING=@every 6h
# Optional: AWS S3 configuration if you want to push backups to S3
# AWS_ACCESS_KEY_ID=your_access_key
# AWS_SECRET_ACCESS_KEY=your_secret_key
# S3_BUCKET=your_bucket_name
# S3_REGION=your_region