Block a user
spot checking crashes borgmatic: OSError: [Errno 90] Message too long
Tried to reproduce it by running
# systemd-run -p LoadCredentialEncrypted=borgmatic:/etc/credstore.encrypted/borgmatic/ borgmatic check -v 2 --only spot --progress --repo backup --force
But…
spot checking crashes borgmatic: OSError: [Errno 90] Message too long
I suspect we are hitting one of these limits:
# xargs --show-limits
Your environment variables take up 2247 bytes
POSIX upper limit on argument length (this system): 2092857
POSIX…
spot checking crashes borgmatic: OSError: [Errno 90] Message too long