fradelg / docker-mysql-cron-backup

Docker image to backup all your databases periodically
Apache License 2.0
305 stars 111 forks source link

[Request] Optional external backup #40

Closed chiqui3d closed 3 years ago

chiqui3d commented 3 years ago

Is it possible to add a backup system for external vendors?

You could use http://duplicity.nongnu.org/ or https://github.com/rclone/rclone, not if there are other better tools.

fradelg commented 3 years ago

You should rely on the volume driver or mount the storage somehow in you docker host.

https://github.com/fradelg/docker-mysql-cron-backup/issues/31