mirror of
https://github.com/octoleo/restic.git
synced 2024-11-16 10:05:25 +00:00
0cfdb82ea4
Previously the flag was ignored and `--max-repack-size=1` had to be used.
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
Bugfix: Fix handling of `prune --max-repack-size=0`
|
|
|
|
Restic ignored the `--max-repack-size` option when passing a value of 0. This
|
|
has been fixed.
|
|
|
|
As a workaround, `--max-repack-size=1` can be used with older versions of restic.
|
|
|
|
https://github.com/restic/restic/pull/3591
|