Files
restic/changelog/unreleased/issue-5280
T

8 lines
270 B
Plaintext

Bugfix: Reject impossible `find` time bounds immediately
`restic find` now fails with an error when both `--oldest` and `--newest` are
set and `--oldest` is later than `--newest`.
https://github.com/restic/restic/issues/5280
https://github.com/restic/restic/pull/5310