frappe_docker/gdrive-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

10 lines
No EOL
541 B
Bash

# Google Drive rclone configuration
# You'll need to generate this token using rclone setup on your local machine first
RCLONE_GDRIVE_TOKEN={"access_token":"YOUR_ACCESS_TOKEN","token_type":"Bearer","refresh_token":"YOUR_REFRESH_TOKEN","expiry":"EXPIRY_TIMESTAMP"}
# Optional: If using a Team Drive (Google Workspace)
RCLONE_TEAM_DRIVE_ID=
# Optional: If you want to use a specific folder within your Google Drive
# Get this ID from the URL when you're in the folder: https://drive.google.com/drive/folders/YOUR_FOLDER_ID
RCLONE_FOLDER_ID=