mirror of
https://github.com/restic/restic.git
synced 2026-05-22 10:05:24 +00:00
8 lines
314 B
Plaintext
8 lines
314 B
Plaintext
Bugfix: `restic find` now checks for correct ordering of time related options
|
|
|
|
`restic find` now immediately fails with an error if both `--oldest` and `--newest` are specified
|
|
and `--oldest` is a timestamp after `--newest`.
|
|
|
|
https://github.com/restic/restic/issues/5280
|
|
https://github.com/restic/restic/pull/5310
|