borgmatic-collective / docker-borgmatic

Borgmatic in Docker
GNU General Public License v3.0
347 stars 92 forks source link

Add rclone to image #304

Closed tuetenk0pp closed 6 months ago

tuetenk0pp commented 7 months ago

I would like to use rclone to sync my backups to a remote using the after_everything: mechanism. Let me know if you would approve a PR adding rclone to the image and I will happily make one. I already did some testing here: https://github.com/tuetenk0pp/borg-rclone

modem7 commented 6 months ago

As per https://github.com/borgmatic-collective/docker-borgmatic/pull/284#issuecomment-1872883902, #172 and #144 we don't want to add additional packages to the image that may bloat it.

In the near future, we'll probably add a variable that will install additional packages that can be user populated, but for now, it's not in scope.

Closing as not (directly) planned.