mirror of
https://github.com/restic/restic.git
synced 2026-02-11 23:03:08 -05:00
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
test / Linux Go 1.24.x (push) Has been cancelled
test / Linux (race) Go 1.25.x (push) Has been cancelled
test / Windows Go 1.25.x (push) Has been cancelled
test / macOS Go 1.25.x (push) Has been cancelled
test / Linux Go 1.25.x (push) Has been cancelled
test / Cross Compile for subset 0/3 (push) Has been cancelled
test / Cross Compile for subset 1/3 (push) Has been cancelled
test / Cross Compile for subset 2/3 (push) Has been cancelled
test / lint (push) Has been cancelled
test / docker (push) Has been cancelled
Create and publish a Docker image / provenance (push) Has been cancelled
test / Analyze results (push) Has been cancelled
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
7 lines
315 B
Text
7 lines
315 B
Text
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
|