borgmatic

Source code reference

getting oriented

If case you're interested in developing on borgmatic, here's an abridged primer on how its Python source code is organized to help you get started. At the top level we have:

Within the borgmatic directory you'll find:

So, broadly speaking, the control flow goes: commands β†’ config followed by commands β†’ actions β†’ borg and hooks.

Improve this documentation

Have an idea on how to make this documentation even better? Use our issue tracker to send your feedback!