120EE0980
  • Joined on 2025-03-12
120EE0980 commented on issue borgmatic-collective/borgmatic#816 2025-03-25 01:56:10 +00:00
mysql database format directory support

Yes I went through the code, I couldn't find any . Thank you for the clarification.

120EE0980 deleted branch expand-directory from 120EE0980/borgmatic 2025-03-25 01:53:15 +00:00
120EE0980 commented on issue borgmatic-collective/borgmatic#816 2025-03-24 17:50:23 +00:00
mysql database format directory support

But here, format: directory is also supported for Mariadb/MYSQL .

120EE0980 commented on issue borgmatic-collective/borgmatic#685 2025-03-24 17:25:08 +00:00
Feature request: automatic configuration based on docker labels or environment

I read all the comments and tried to understand the context.This issue is very interesting to me. What are your expectations around the implementation of this if I want to work on this during this…

120EE0980 created pull request borgmatic-collective/borgmatic#1042 2025-03-24 15:37:45 +00:00
Add directory expansion for file-based and KeyPassXC credentials
120EE0980 created branch expand-directory in 120EE0980/borgmatic 2025-03-24 15:34:40 +00:00
120EE0980 pushed to expand-directory at 120EE0980/borgmatic 2025-03-24 15:34:40 +00:00
4bca7bb198 add directory expansion for file-based and KeyPassXC credentials
8aaa5ba8a6 minor changes
5525b467ef add key import command
Compare 3 commits »
120EE0980 commented on issue borgmatic-collective/borgmatic#816 2025-03-23 06:54:55 +00:00
mysql database format directory support

Is this already implemented?

120EE0980 commented on issue borgmatic-collective/borgmatic#422 2025-03-23 02:11:45 +00:00
Support user directory expansion in credential hooks

Thanks for the detailed info. I have started working on this issue.But I need some time before submitting a PR as I am working on the proposal.

120EE0980 deleted branch import-key from 120EE0980/borgmatic 2025-03-22 13:04:06 +00:00
120EE0980 commented on issue borgmatic-collective/borgmatic#422 2025-03-22 02:42:19 +00:00
Support user directory expansion in credential hooks

I want to work on this issue.

120EE0980 commented on pull request borgmatic-collective/borgmatic#1036 2025-03-22 02:11:52 +00:00
Add key import option to import a copy of repository key from backup

Sorry for trouble,I missed removing it somehow.

120EE0980 pushed to import-key at 120EE0980/borgmatic 2025-03-21 13:56:31 +00:00
8aaa5ba8a6 minor changes
120EE0980 commented on pull request borgmatic-collective/borgmatic#1036 2025-03-21 13:18:18 +00:00
Add key import option to import a copy of repository key from backup

Should I make this change? It requires changes in some tests also...

120EE0980 created pull request borgmatic-collective/borgmatic#1036 2025-03-20 19:21:28 +00:00
Add key import command
120EE0980 pushed to import-key at 120EE0980/borgmatic 2025-03-20 19:17:26 +00:00
5525b467ef add key import command
120EE0980 created branch import-key in 120EE0980/borgmatic 2025-03-20 19:17:26 +00:00
120EE0980 commented on issue borgmatic-collective/borgmatic#345 2025-03-16 09:01:35 +00:00
Repo Key export / import

I would like to work on key import and also this will make me familiar with [GSOC-idea]([url](https://github.com/borgbase/vorta/wiki/Google-Summer-of-Code-2025-Ideas#wrap-all-borg-sub-commands-with…

120EE0980 commented on issue borgmatic-collective/borgmatic#610 2025-03-16 08:53:38 +00:00
Native support for borg recreate (using config yaml, not arbitrary borg command line)

After I make changes, I run(to build editable) pip install -e . and then tox to test across all python versions in tox.ini file.

120EE0980 commented on pull request borgmatic-collective/borgmatic#1027 2025-03-16 03:40:42 +00:00
Add custom command option for SQLite hook

Made the changes.Tests passed locally.