Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to read the docker volumes from the docker sock #18

Open
Akruidenberg opened this issue May 8, 2021 · 2 comments
Open

Add ability to read the docker volumes from the docker sock #18

Akruidenberg opened this issue May 8, 2021 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@Akruidenberg
Copy link

When searching for a backup tool made for docker. I found another interesting tool:

https://github.com/camptocamp/bivac

This tool reads the docker volumes directly from the docker sock. Every interval it scans for new volumes and then it can make a backup. Is a lot easier to add volumes to my backup, than adding volumes with mount points.

Is is possible to add this function to Volumerize?

@Akruidenberg Akruidenberg changed the title Add ability tt read the docker volumes from the docker sock Add ability to read the docker volumes from the docker sock May 21, 2021
@sargreal
Copy link
Member

Yes you are right that this would be a really cool feature. However this one will probably require quite a lot of work. Additionally it will most likely not work with all backup solutions out of the box.

I would probably like to postpone this until I do a major refactor of this repo into python. Then it will probably be much easier to implement this

@sargreal sargreal added the enhancement New feature or request label May 22, 2021
@sargreal sargreal added this to the 2.0 milestone May 22, 2021
@Akruidenberg
Copy link
Author

Any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants