kimheino
  • Joined on 2021-10-23
kimheino opened issue borgmatic-collective/borgmatic#1075 2025-04-17 12:41:19 +00:00
Variable '{hostname}' is not supported in after error hook
kimheino opened issue borgmatic-collective/borgmatic#989 2025-02-04 06:50:32 +00:00
1.9.9 requires python 3.10
kimheino commented on issue borgmatic-collective/borgmatic#898 2024-08-12 09:29:48 +00:00
Backupping a large disk

In terms of borgmatic features to support limiting the set of configuration files "run" upon a create action, there is a comparable feature already for repositories: Each repository can have a…

kimheino commented on issue borgmatic-collective/borgmatic#898 2024-07-13 18:48:24 +00:00
Backupping a large disk

I did XFS vs glusterfs comparison with small (400GB, 4M files) file set.

Backup from glusterfs took 7.5 hours. Backup from XFS took 4 hours.

This is VM on Hetzner,. Backup is stored to…

kimheino commented on issue borgmatic-collective/borgmatic#898 2024-07-12 07:58:26 +00:00
Backupping a large disk

Do you know which step of the backups take so long?

It's scanning the files on glusterfs disk. So it's not really borgmatic or borg related slowness. I'm already testing different glusterfs-tu…

kimheino opened issue borgmatic-collective/borgmatic#898 2024-07-11 11:56:23 +00:00
Backupping a large disk
kimheino commented on issue borgmatic-collective/borgmatic#597 2022-10-15 17:57:24 +00:00
"borgmatic check" regression in 1.7.3

Works for me. Thanks for quick fix.

kimheino opened issue borgmatic-collective/borgmatic#597 2022-10-14 12:55:29 +00:00
"borgmatic check" regression in 1.7.3
kimheino commented on pull request borgmatic-collective/borgmatic#443 2021-10-23 12:12:32 +00:00
Add explicit requirement for jsonschema >= v3.0.0

See PR #459 how both jsonschema v2 and v3 can be supported.

kimheino created pull request borgmatic-collective/borgmatic#459 2021-10-23 12:10:52 +00:00
validate: add support for both jsonschema v3 and old v2