gautamaggarwal2810
  • Joined on 2025-03-13
gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1058 2025-04-14 06:33:41 +00:00
WIP : InfluxDB support #450

Yes giving connection strings as URL is standard in Influxdb. But it would diverge from conventions used for other database hooks and can cause confusion for users familiar with other hooks.

If…

gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1058 2025-04-12 14:10:03 +00:00
WIP : InfluxDB support #450

Thanks for your feedback @witten. I will make the suggested changes. I am sorry that my response is a bit late but I had a very hectic week at university, so couldnt start before.

gautamaggarwal2810 created pull request borgmatic-collective/borgmatic#1058 2025-04-07 07:24:17 +00:00
WIP : InfluxDB support #450
gautamaggarwal2810 created branch issue999 in gautamaggarwal2810/borgmatic 2025-04-07 07:22:11 +00:00
gautamaggarwal2810 pushed to issue999 at gautamaggarwal2810/borgmatic 2025-04-07 07:22:11 +00:00
12e8991dda First Draft
gautamaggarwal2810 pushed to main at gautamaggarwal2810/borgmatic 2025-04-05 22:47:54 +00:00
929d343214 Add CLI flags for every config option and add config options for many action flags (#303).
9ea55d9aa3 Add a documentation note about a limitation: You can't pass flags as values to flags (#303).
3eabda45f2 If a boolean option name already starts with "no_", don't add a "--no-no-..." CLI flag (#303).
09212961a4 Add action "--help" note about running compact after recreate (#1053).
3f25f3f0ff Merge branch 'main' into config-command-line.
Compare 85 commits »
gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1049 2025-04-03 17:15:53 +00:00
Fully support keepassxc-cli options #1047

I think u are right. I have made changes accordingly in final commit.

gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1049 2025-04-03 17:15:06 +00:00
Fully support keepassxc-cli options #1047

Thank you. I have created some differentiation from earlier tests for the last test by testing only for slot in yubikey string value so that you might be inclined to accept it 😄

gautamaggarwal2810 pushed to issue1047 at gautamaggarwal2810/borgmatic 2025-04-03 17:11:31 +00:00
248999c23e Final
gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1049 2025-04-03 04:57:46 +00:00
Fully support keepassxc-cli options #1047

The latest commit generates command as per documentation.All tests were successful.Please let me know if any more changes are required.

gautamaggarwal2810 pushed to issue1047 at gautamaggarwal2810/borgmatic 2025-04-02 15:35:55 +00:00
4e55547235 Command Restructuring
gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1049 2025-04-02 14:12:11 +00:00
Fully support keepassxc-cli options #1047

Ok I will get right to it !!

gautamaggarwal2810 commented on issue borgmatic-collective/borgmatic#450 2025-04-02 12:31:46 +00:00
InfluxDB support

@witten I checked with KiaraGrouwstra, and she has given me permission to take over this issue/PR. Their last update mentioned that the next step was running the tests, so I'll start from there…

gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1049 2025-04-02 10:54:05 +00:00
Fully support keepassxc-cli options #1047

Added all suggested changes.Please review.

gautamaggarwal2810 pushed to issue1047 at gautamaggarwal2810/borgmatic 2025-04-02 10:50:52 +00:00
96ec66de79 Applied changes
gautamaggarwal2810 pushed to issue1047 at gautamaggarwal2810/borgmatic 2025-04-02 10:48:13 +00:00
7a0c56878b Applied changes
gautamaggarwal2810 commented on issue borgmatic-collective/borgmatic#450 2025-03-30 17:30:39 +00:00
InfluxDB support

I would like to work on this issue. What remains to be implemented and what should I do as I can see a PR already for this issue??

gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1049 2025-03-30 16:37:28 +00:00
Fully support keepassxc-cli options #1047

I am not sure if yubikey option should be implemented as boolean flag or not. But on googling,I found that when modeling YubiKey usage in a configuration file or schema, it might be represented as…

gautamaggarwal2810 pushed to issue1047 at gautamaggarwal2810/borgmatic 2025-03-30 16:20:40 +00:00
92ebc77597 2nd Draft
gautamaggarwal2810 pushed to issue1047 at gautamaggarwal2810/borgmatic 2025-03-30 15:58:41 +00:00
863c954144 added schema.yaml