mirror of
https://github.com/restic/restic.git
synced 2026-02-17 06:23:56 +00:00
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
|