Skip to content

Docker image for backups of DB and other files to AWS S3

Notifications You must be signed in to change notification settings

progerg/s3-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fast Backup to S3 AWS

This project can help you to connect backup to everything by adding new service to docker compose file

First of all you need to pass this parameters as ENV variables to your compose file

ENDPOINT_URL = (url of your s3)
BUCKET = 
SERVICE_NAME = (s3 or ec2, s3 is default)
AWS_SECRET_KEY = 
AWS_ACCESS_KEY = 

DB_HOST = 
DB_PORT = 
DB_NAME = 
DB_LOGIN = 
DB_PASSWORD = 
DB_COLLECTION = (only for mongo)
DB_TYPE = (mysql or postgres or mongo)

FILES = first/file/path;second/file/path;first/folder
BACKUP_INTERVAL = (in seconds, backup every X secod from the moment of run)
SPECIFIC_TIME = 03:11 (if it is given the backup interval will be ignored)

BACKUP_NAME_FOR_TG = (name of the backup for telegram message)
TG_BOT_TOKEN = (bot token from telegram for messages)
TG_CHAT_ID = (chat id for messages in TG)

The example of compose file you can see in compose.yaml file

What's important that you can only backup one the databases. For more databases create more services from the same image

If you don't want to clone the project you can easily get the image from dockerhub progerg/backup-s3. For correct working of the image please create also volumes to give one container to communicate with another

I recommend to mount to /home/backup

About

Docker image for backups of DB and other files to AWS S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published