ShahriyarR / MySQL-AutoXtraBackup

MySQL-AutoXtraBackup commandline tool written in Python 3 based on Percona XtraBackup
https://autoxtrabackup.azepug.az/
MIT License
141 stars 78 forks source link

Functionality storing backup in AWS Cloud Storage #354

Open Arlington1985 opened 5 years ago

Arlington1985 commented 5 years ago

Simply this idea is that, instead of storing backup locally we can store it for example in AWS S3, EBS, EFS or Glacier. Implementation is not difficult but might have very big value. Later it can be expanded to another cloud providers storage service and even to google drive :)

ShahriyarR commented 5 years ago

:) That can be useful in fact. We can do it for next release.

lukasz-tc commented 5 years ago

Hey. Are there any plans to implement storing backups to S3? Or is there any way to handle it by hand?