• Joined on 2023-02-27
diivi commented on issue borgmatic-collective/borgmatic#418 2023-03-17 23:28:20 +00:00
Backup same-named databases on the same host but with different ports

So to clarify, this issue will come up for all databases and not just MySQL DBs, maybe the issue title can be updated šŸ˜…?

Also, I checked dump.py::make_database_dump_filename(), it returnsā€¦

diivi commented on issue borgmatic-collective/borgmatic#576 2023-03-15 20:02:05 +00:00
file:// paths for repositories

Converting the file:// paths to absolute paths that Borgmatic currently uses in the validate.py and normalize.py files should be enough right? Other than this do only extract.py andā€¦

diivi commented on issue borgmatic-collective/borgmatic#501 2023-03-15 19:43:48 +00:00
Option to let borgmatic fail if a source_directory is not present

I'd like to work on this, do you want Borgmatic to fail only when a parameter like the mentioned failonmissingsourcepath is provided? I believe it should fail with an exit code > 0 everytime theā€¦

diivi commented on pull request borgmatic-collective/borgmatic#645 2023-03-07 21:28:45 +00:00
Add support for healthchecks "log" feature #628

Is there not a flake8 rule for that yet?

diivi commented on issue borgmatic-collective/borgmatic#635 2023-03-07 21:23:24 +00:00
[feature request] label/tag a repo

That way, "old-style" configuration files would continue to work. (Which suggests repository labels should be optional.)

I checked the current schema.yaml and did this:

repositorieā€¦
diivi commented on issue borgmatic-collective/borgmatic#635 2023-03-07 18:22:42 +00:00
[feature request] label/tag a repo

This is a problem that I face too, I would like to work on the solution! Will explore the code a little, anything you have to sugget @witten ?

diivi commented on issue borgmatic-collective/borgmatic#295 2023-03-01 19:43:30 +00:00
SQLite Backup Support

Could you help me with writing the tests šŸ˜…, especially the docker part? I want to add a sqlite file, then check if it was backedup and restored successfully. There's not much configurationā€¦

diivi commented on issue borgmatic-collective/borgmatic#295 2023-02-28 17:55:42 +00:00
SQLite Backup Support

hey @witten I have followed the discussion and am able to get a first draft running with the following schema:

sqlite_databases:
                type: array
                items:
  ā€¦