Manu
Manu
Ran into the same issue. Workaround fixed it, but isn't optimal.
Shall we make this optional, since many people don't need this feature and/or have strong opinions about not wanting FUSE installed. Just my experience. 😄
Kudos for taking care of ALL the OSs. 😄 Let's run those tests and then merge it.
Hmm. Our tests don't try different parameters yet. So it won't test the FUSE option. Todo for me to add this later.
Thanks, that's great!
Is this still an issue? Sounds a bit like #88. I also checked our template and it shouldn't add an empty `exclude_from` if nothing is specified. So not sure how...
Agree that this should be documented better or included from the start. Would be best to vendor this dependency into the current repo. Basically [this](https://github.com/borgbase/borgbase-api-client) should go [there](https://github.com/borgbase/ansible-role-borgbackup/tree/master/module_utils).
I didn't look into Borgmatic's hooks yet. Great if they cover the majority of use cases. We probably still want the before/after hooks to run custom commands that Borgmatic may...
Can be added. Just edit the Borgmatic config j2 template. For the param names, we could use this: `borgmatic_dump_[mysql|postgres|mariadb]` Possible values - empty (default) does nothing - `all` dump all...
Feel free to contribute a PR, @cl1ent . Bonus points if it's flexible enough to use it with other kinds of hooks.