mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
- 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.
10 lines
No EOL
541 B
Bash
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= |