mirror of
https://github.com/restic/restic.git
synced 2026-08-03 20:52:16 +00:00
8 lines
270 B
Plaintext
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
|