Fekide / volumerize

Docker Volume Backups Multiple Backends
https://hub.docker.com/r/fekide/volumerize/
MIT License
8 stars 2 forks source link

Refactor scripts to python #21

Open sargreal opened 3 years ago

sargreal commented 3 years ago

Bash scripting is cool, however it is very hard to understand the control flow. Python is much easier to comprehend and it will also provide a much easier way to integrate new features later.

Python is the best choice, since it is also the language of duplicity. So it won't require any new dependencies and can be used to integrate with duplicity even better