docker-volume-backup icon indicating copy to clipboard operation
docker-volume-backup copied to clipboard

Consider using rclone

Open m90 opened this issue 3 years ago • 1 comments

A better idea might be supporting rclone and having users mount an rclone.conf file. Instant support for a ton of backends. Personally, I sync my backups to two cloud locations using rclone and it would be awesome to mount the script to this container and run it using docker-volume-backup.exec-post instead of adding it to my crontab. (It would also be cool to get a shoutrrr binary, which my script also uses)

Originally posted by @rpatel3001 in https://github.com/offen/docker-volume-backup/issues/65#issuecomment-1049367423

m90 avatar Jun 17 '22 10:06 m90

For the time being, rclone can be used together with this tool like documented here: https://github.com/offen/docker-volume-backup#handle-file-uploads-using-third-party-tools

m90 avatar Dec 30 '22 15:12 m90