• Joined on 2023-10-21
SimonPilkington deleted branch check_extract_progress from SimonPilkington/borgmatic 2026-01-05 06:08:24 +00:00
SimonPilkington created pull request borgmatic-collective/borgmatic#1224 2026-01-05 02:47:52 +00:00
Run borg with --progress during extract dry run if passed to borgmatic check.
SimonPilkington pushed to check_extract_progress at SimonPilkington/borgmatic 2026-01-05 02:43:47 +00:00
c0b4c596ef Run borg with --progress during extract dry run if passed to borgmatic check.
c58b9f1c67 Promote the ZFS, LVM, and Btrfs hooks from beta features to stable.
0f3234d681 Cleanup snapshots immediately after ZFS, LVM, or Btrfs hooks error (#1220).
ead3028e9d Elevate command stderr to error logs, add "--log-json" support for borgmatic logs, and log Borg output at varying log levels based on verbosities (#485, #858, #1204).
4264575345 NEWS clarifications.
Compare 10 commits »
SimonPilkington created branch check_extract_progress in SimonPilkington/borgmatic 2026-01-05 02:43:46 +00:00
SimonPilkington pushed to main at SimonPilkington/borgmatic 2025-10-24 06:21:06 +00:00
68864395b5 Support multiple configured systemd service directories (RuntimeDirectory, StateDirectory)
SimonPilkington commented on pull request borgmatic-collective/borgmatic#1165 2025-10-24 05:01:39 +00:00
Support multiple configured systemd service directories (RuntimeDirectory, StateDirectory)

Tests added/updated and linting errors should be fixed.

SimonPilkington commented on pull request borgmatic-collective/borgmatic#1165 2025-10-24 05:01:01 +00:00
Support multiple configured systemd service directories (RuntimeDirectory, StateDirectory)

I'm just a tourist from the land of const chars so I'm not familiar with local customs. Since the linter is complaining let's make it lowercase.

SimonPilkington pushed to main at SimonPilkington/borgmatic 2025-10-24 05:00:09 +00:00
00540a3a3b Support multiple configured systemd service directories (RuntimeDirectory, StateDirectory)
0777d40218 Bump version for release.
Compare 2 commits »
SimonPilkington pushed to main at SimonPilkington/borgmatic 2025-10-24 04:58:54 +00:00
9cda3270fc Support multiple configured systemd service directories (RuntimeDirectory, StateDirectory)
f680869d31 Expand the "borg_extra_options" option to support every Borg sub-command that borgmatic uses (#427).
9b66004819 Fix images in README.md to use absolute URLs (#1167).
aa43906b28 icons fix
134bf1ebdd Add a "borg_key_file" option for setting the Borg repository key file path (#1166).
Compare 5 commits »
SimonPilkington created pull request borgmatic-collective/borgmatic#1165 2025-10-23 12:33:06 +00:00
Support multiple configured systemd service directories (RuntimeDirectory, StateDirectory)
SimonPilkington pushed to main at SimonPilkington/borgmatic 2025-10-23 12:26:26 +00:00
82498b047b Support multiple configured systemd service directories (RuntimeDirectory, StateDirectory)
SimonPilkington created repository SimonPilkington/borgmatic 2025-10-23 12:21:31 +00:00
SimonPilkington commented on pull request borgmatic-collective/borgmatic#937 2024-11-16 20:11:03 +00:00
Update the logic that probes for the borgmatic streaming database dump, bootstrap metadata, and check state directories (#934).

Sure thing! And thanks for commenting.. I'm glad to hear STATE_DIRECTORY would be useful. If you do want to review something that doesn't require a degree in Python, you can have a gander at…

SimonPilkington commented on pull request borgmatic-collective/borgmatic#937 2024-11-16 16:25:38 +00:00
Update the logic that probes for the borgmatic streaming database dump, bootstrap metadata, and check state directories (#934).

My Python isn't good enough to give this a proper review but thumbs up for supporting STATE_DIRECTORY. I didn't think to make a fuss about it but strictly speaking system service state should be…

SimonPilkington commented on issue borgmatic-collective/borgmatic#934 2024-11-14 15:32:17 +00:00
borgmatic run as a system service should not use /run/user/$UID

Good point. However in the common case, borgmatic doesn't put database dumps there; it puts named pipes there for streaming database dumps directly to Borg. And on [this particular page about…

SimonPilkington commented on issue borgmatic-collective/borgmatic#934 2024-11-14 10:19:57 +00:00
borgmatic run as a system service should not use /run/user/$UID

I only speak for the Linux platform but XDG_RUNTIME_DIR for users and RUNTIME_DIRECTORY for system unless overridden by borgmatic config LGTM. Falling back to /tmp if nothing is set also…

SimonPilkington opened issue borgmatic-collective/borgmatic#934 2024-11-13 08:33:12 +00:00
borgmatic run as a system service should not use /run/user/$UID
SimonPilkington opened issue borgmatic-collective/borgmatic#774 2023-10-21 04:13:18 +00:00
borgmatic borg with --dry-run passed to borgmatic does not actually perform a dry run