Vandal VandalByte
  • Joined on 2025-03-13
VandalByte commented on pull request borgmatic-collective/borgmatic#1081 2025-04-25 06:12:53 +00:00
Add Borg 1.4.1 features

@witten I've added the changes and modified the tests for the same.

VandalByte pushed to dev-newborgstuff at VandalByte/borgmatic 2025-04-25 06:11:23 +00:00
1ac51e34bc pass dry run flag
VandalByte commented on pull request borgmatic-collective/borgmatic#1081 2025-04-23 17:37:24 +00:00
Add Borg 1.4.1 features

Ok so if I understand it correctly as of right now in all borgmatic actions, global_arguments.dry_run is checked, ie the presence of a --dry-run flag from argparse arguments, if present then…

VandalByte commented on pull request borgmatic-collective/borgmatic#1081 2025-04-23 02:48:57 +00:00
Add Borg 1.4.1 features

I have made the requested changes and added version check before using --dry-run flag for borg compact.

VandalByte pushed to dev-newborgstuff at VandalByte/borgmatic 2025-04-23 02:42:22 +00:00
27a2bbc231 add --dry-run feature check
dbf1d0946a make review changes
Compare 2 commits »
VandalByte commented on pull request borgmatic-collective/borgmatic#1081 2025-04-20 05:07:50 +00:00
Add Borg 1.4.1 features

I've verified the --dry-run flag does work in borg2

image.png

VandalByte pushed to dev-newborgstuff at VandalByte/borgmatic 2025-04-20 04:30:09 +00:00
2078527539 add BORG_USE_CHUNKS_ARCHIVE
620bf52e01 add prune test
Compare 2 commits »
VandalByte created pull request borgmatic-collective/borgmatic#1081 2025-04-20 02:46:06 +00:00
WIP: Add Borg 1.4.1 features
VandalByte commented on issue borgmatic-collective/borgmatic#1078 2025-04-19 18:10:52 +00:00
Add Borg 1.4.1 feaures

If you haven't started the PR work for this yet, I'd be happy to take it on.

Edits to config and then passing the relevant flags to borg prune.

It's already being taken care of here,…

VandalByte commented on issue borgmatic-collective/borgmatic#1078 2025-04-19 04:52:09 +00:00
Add Borg 1.4.1 feaures

First: This requires only edits to to config right? Add those two options to the rest of the [bunch](https://projects.torsion.org/VandalByte/borgmatic/commit/fdb08b6c56b7e2697b3b98e98b42a3d82763b07…

VandalByte pushed to dev-newborgstuff at VandalByte/borgmatic 2025-04-19 04:45:01 +00:00
fdb08b6c56 add 13weekly and 3monthly quarterly
VandalByte pushed to dev-newborgstuff at VandalByte/borgmatic 2025-04-19 04:04:37 +00:00
VandalByte created branch dev-newborgstuff in VandalByte/borgmatic 2025-04-19 04:04:36 +00:00
VandalByte pushed to main at VandalByte/borgmatic 2025-04-19 04:01:49 +00:00
c3c37dee13 Only build and deploy docs on pushes to main, not for pull requests.
13d49fda9b Bump version for release.
b01b8498aa Fix an error in the LVM hook when removing a snapshot directory (#1071).
a573e606a5 Add a "states" option to command hooks, so you can optionally skip an "after" hook if borgmatic encounters an error (#1066).
81db67c759 Fix a regression in monitoring hooks in which an error pinged the finish state instead of the fail state (#1065).
Compare 38 commits »
VandalByte deleted branch refactor-code-create-pattern from VandalByte/borgmatic 2025-04-07 04:04:05 +00:00
VandalByte commented on pull request borgmatic-collective/borgmatic#1056 2025-04-07 04:03:16 +00:00
Move Pattern and Flag Methods from create.py into their own module

Yes, I was getting Assertion Error in tests, LSH != RSH, I looked for any way to omit in schema.yaml, But now I [see](https://projects.torsion.org/borgmatic-collective/borgmatic/commit/f6de79060e…

VandalByte created pull request borgmatic-collective/borgmatic#1056 2025-04-06 16:29:57 +00:00
Move Pattern and Flag Methods from create.py into their own module
VandalByte pushed to refactor-code-create-pattern at VandalByte/borgmatic 2025-04-06 16:05:46 +00:00
360156e3b1 refactor codebase
VandalByte created branch refactor-code-create-pattern in VandalByte/borgmatic 2025-04-06 16:05:46 +00:00
VandalByte pushed to main at VandalByte/borgmatic 2025-04-05 17:41:57 +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 109 commits »