Files
restic/changelog/unreleased/pull-5592
2026-02-01 15:45:31 +01:00

8 lines
315 B
Plaintext

Bugfix: Return error if `RESTIC_PACK_SIZE` contains invalid value
If the environment variable `RESTIC_PACK_SIZE` could not be parsed, then
restic ignored its value. Now, the restic commands fail with an error, unless
the command-line option `--pack-size` was specified.
https://github.com/restic/restic/pull/5592