gautamaggarwal2810
  • Joined on 2025-03-13
gautamaggarwal2810 created branch issue262 in gautamaggarwal2810/borgmatic 2025-03-26 17:26:55 +00:00
gautamaggarwal2810 pushed to issue262 at gautamaggarwal2810/borgmatic 2025-03-26 17:26:55 +00:00
gautamaggarwal2810 pushed to main at gautamaggarwal2810/borgmatic 2025-03-26 13:16:49 +00:00
23efbb8df3 Fix line wrapping / code style (#837).
9e694e4df9 Add MongoDB custom command options to NEWS (#837).
76f7c53a1c Add custom command options for MongoDB hook (#837).
e1fdfe4c2f Add credential hook directory expansion to NEWS (#422).
83a56a3fef Add directory expansion for file-based and KeyPassXC credential hooks (#1042).
Compare 6 commits »
gautamaggarwal2810 commented on issue borgmatic-collective/borgmatic#262 2025-03-25 16:42:42 +00:00
Borgmatic without arguments/parameters should show usage help instead of starting a backup

i cant figure out how should we pass the value of show_help_on_no_args.Should we have a separate config file or it needs to be in some file in existing file structure?Also pls guide if I am moving…

gautamaggarwal2810 commented on issue borgmatic-collective/borgmatic#262 2025-03-25 16:38:53 +00:00
Borgmatic without arguments/parameters should show usage help instead of starting a backup

Here is my implementation plan for this issue-

def check_and_show_help_on_no_args(): """ Check if the 'borgmatic' command is run without any arguments. If the configuration…

gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1041 2025-03-25 05:00:23 +00:00
Custom command options for MongoDB hook #837

Thank you for the feedback! I’ve applied all the suggested changes in the latest commit, including:

  • Added unit test test_build_restore_command_prevents_shell_injection( ).
  • Used…
gautamaggarwal2810 pushed to main at gautamaggarwal2810/borgmatic 2025-03-25 04:52:11 +00:00
532a97623c Added test_build_restore_command_prevents_shell_injection()
gautamaggarwal2810 created pull request borgmatic-collective/borgmatic#1041 2025-03-24 04:05:26 +00:00
WIP: Custom command options for MongoDB hook #837
gautamaggarwal2810 pushed to main at gautamaggarwal2810/borgmatic 2025-03-24 03:56:40 +00:00
6a470be924 Made some changes in test file
gautamaggarwal2810 pushed to main at gautamaggarwal2810/borgmatic 2025-03-24 03:41:01 +00:00
d651813601 Custom command options for MongoDB hook #837
gautamaggarwal2810 created repository gautamaggarwal2810/borgmatic 2025-03-23 18:06:41 +00:00
gautamaggarwal2810 closed pull request borgmatic-collective/borgmatic#1029 2025-03-23 17:56:12 +00:00
WIP: Custom command options for MongoDB hook #837
gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1029 2025-03-20 03:42:24 +00:00
WIP: Custom command options for MongoDB hook #837

I used this because unit tests were failing without running this.I will try once more without using this function though.

gautamaggarwal2810 commented on pull request borgmatic-collective/borgmatic#1029 2025-03-19 08:23:52 +00:00
WIP: Custom command options for MongoDB hook #837

Added unit tests.All of them were successful.Please review and suggest any changes to be made.

gautamaggarwal2810 created pull request borgmatic-collective/borgmatic#1029 2025-03-17 07:35:50 +00:00
WIP: Custom command options for MongoDB hook #837
gautamaggarwal2810 commented on issue borgmatic-collective/borgmatic#837 2025-03-17 05:04:15 +00:00
Custom command options for MongoDB hook

I got an email notification about a question you had on this, but I'm not seeing the comment posted here. Did you figure out the issue you were having? yeah I was able to figure out the…

gautamaggarwal2810 commented on issue borgmatic-collective/borgmatic#836 2025-03-14 12:54:14 +00:00
Custom command option for SQLite hook

I am working on a similar issue #837 . Is it alright if I can have this issue assigned to me?

gautamaggarwal2810 commented on issue borgmatic-collective/borgmatic#837 2025-03-13 12:51:25 +00:00
Custom command options for MongoDB hook

I would like to work on this issue. @witten can u please guide me as to how to get started?