xxhsum64_command #1095
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#1095
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'm trying to do and why
I want to use 'xxhsum -H64xxhsum -H64' as my xxhsum64 command, as required by the implementation of xxhsum I'm using. I set 'xxh64sum_command: /run/current-system/sw/bin/xxhsum -H64' in /etc/borgmatic/config.yaml.
Steps to reproduce
Run sudo 'borgmatic check --force' with
checks:
(and the required parameters) in /etc/borgmatic/config.yaml.
Actual behavior
[Errno 2] No such file or directory: '/run/current-system/sw/bin/xxhsum -H64'
Expected behavior
Run a spot check.
Other notes / implementation ideas
Using a script for 'xxhsum -H64', as suggested by Witten, works.
borgmatic version
1.8.14
borgmatic installation method
Nixos package
Borg version
borg 1.4.1
Python version
No response
Database version (if applicable)
No response
Operating system and version
NixOS 24.11 (Vicuna)
Thanks for taking the time to file this one! I have a fix in hand and I'm just writing tests for it now.
This is fixed in main and will be part of the next release!
Released in borgmatic 2.0.6!