Skip to content

Commit

Permalink
Add changelog for making restic find --newest inclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperfekt committed Jul 3, 2022
1 parent 94f9b19 commit 61bb890
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog/unreleased/pull-3814
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Enhancement: Make restic find --newest inclusive

restic find would use the first instant of a date or time passed to `--newest`
as the maximum timestamp for files to list. Now it treats the modification time
as a prefix instead, finding for example all files modified in 2022 for
`--oldest 2022 --newest 2022` instead of only those modified in the first
nanosecond of 2022 (previously `--oldest 2022 --newest 2023` had to be used).

https://github.com/restic/restic/pull/3814

0 comments on commit 61bb890

Please sign in to comment.