Block a user
Variable '{hostname}' is not supported in after error hook
1.9.9 requires python 3.10
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…
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…
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…
Backupping a large disk
"borgmatic check" regression in 1.7.3
Add explicit requirement for jsonschema >= v3.0.0
See PR #459 how both jsonschema v2 and v3 can be supported.
validate: add support for both jsonschema v3 and old v2