Benjamin Bock bb
  • Joined on 2025-03-20
bb commented on issue borgmatic-collective/borgmatic#1053 2025-04-16 10:22:30 +00:00
Recreate not removing excluded files when using lvm snapshots

I want to amend that Hetzner Storage Boxes actually allow choosing between Borg 1.1, 1.2 and 1.4, so we can actually use borg 1.4 by configuring remote_path: borg-1.4. The versions supported by…

bb closed issue borgmatic-collective/borgmatic#1061 2025-04-08 09:59:10 +00:00
Pruning not working as expected
bb commented on issue borgmatic-collective/borgmatic#1061 2025-04-08 09:59:09 +00:00
Pruning not working as expected

Hi @vitoyucepi, thank you for this pointer. This helps understanding and experimenting. It turns out, they're all kept due to the minutely rule. After removing that rule, they're still all kept…

bb opened issue borgmatic-collective/borgmatic#1061 2025-04-08 09:11:20 +00:00
Pruning not working as expected
bb commented on issue borgmatic-collective/borgmatic#1057 2025-04-06 22:49:17 +00:00
SyntaxError: f-string expression part cannot include a backslash

I can confirm: works great now. And once again big props for the super quick response time!

bb commented on issue borgmatic-collective/borgmatic#1057 2025-04-06 21:45:19 +00:00
SyntaxError: f-string expression part cannot include a backslash

As a sidenote, maybe the major version release allows removing the deprecated generate-borgmatic-config and validate-borgmatic-config?

bb opened issue borgmatic-collective/borgmatic#1057 2025-04-06 21:43:03 +00:00
SyntaxError: f-string expression part cannot include a backslash
bb commented on issue borgmatic-collective/borgmatic#1053 2025-04-03 20:51:06 +00:00
Recreate not removing excluded files when using lvm snapshots

Thank you for this instant and elaborate response including answers to all questions.

It's nice to see your docs fix is not only used when calling with --help on the the command line but also…

bb closed issue borgmatic-collective/borgmatic#1053 2025-04-03 20:51:06 +00:00
Recreate not removing excluded files when using lvm snapshots
bb opened issue borgmatic-collective/borgmatic#1053 2025-04-03 19:42:14 +00:00
Recreate not pruning/compacting files when using lvm snapshots
bb pushed to main at bb/borgmatic 2025-04-03 17:38:24 +00:00
d5d04b89dc Add configuration filename to "Successfully ran configuration file" log message (#1051).
6a61259f1a Fix a failure in the "spot" check when the archive contains a symlink (#1050).
8c907bb5a3 Fix broken "recreate" action with Borg 1.4 (#610).
6f07402407 Fix end-to-end tests and don't stat() directories that don't exist (#1048).
ab01e97a5e Fix a "no such file or directory" error in ZFS, Btrfs, and LVM hooks with nested directories that reside on separate devices/filesystems (#1048).
Compare 48 commits »
bb pushed to main at bb/borgmatic 2025-03-21 23:14:11 +00:00
524ec6b3cb Add "extract" action fix to NEWS (#1037).
7904ffb641 Fix extracting from remote repositories with working_directory defined (#1037).
cd5ba81748 Fix docs: Crontabs aren't executable (#1039).
514ade6609 Fix inconsistent quotes in one documentation file (#790).
201469e2c2 Add "key import" action to NEWS (#345).
Compare 10 commits »
bb deleted branch extract-wd from bb/borgmatic 2025-03-21 23:10:22 +00:00
bb deleted branch fix-docs-cron from bb/borgmatic 2025-03-21 23:09:13 +00:00
bb created pull request borgmatic-collective/borgmatic#1039 2025-03-21 20:58:54 +00:00
Fix docs: Crontabs aren't executable
bb created branch fix-docs-cron in bb/borgmatic 2025-03-21 20:58:12 +00:00
bb pushed to fix-docs-cron at bb/borgmatic 2025-03-21 20:58:12 +00:00
a16d138afc Crontabs aren't executable
bb commented on pull request borgmatic-collective/borgmatic#1038 2025-03-21 20:37:04 +00:00
Fix extracting from remote repositories with working_directory defined

Would it be possible to get some new or updated tests for the new normalize_repository_path() logic? In particular I'm thinking of the tests in tests/unit/config/test_validate.py. Thank…

bb pushed to extract-wd at bb/borgmatic 2025-03-21 20:35:00 +00:00
81a3a99578 Fix extracting from remote repositories with working_directory defined
587d31de7c Run all command hooks respecting the "working_directory" option if configured (#790).
Compare 2 commits »
bb pushed to main at bb/borgmatic 2025-03-21 20:34:35 +00:00
587d31de7c Run all command hooks respecting the "working_directory" option if configured (#790).