mirror of
https://github.com/restic/restic.git
synced 2026-05-02 17:15:22 +00:00
7101f11133
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
8 lines
315 B
Plaintext
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
|