2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-29 16:23:59 +00:00
restic/changelog/0.17.0_2024-07-26/pull-4615

7 lines
193 B
Plaintext
Raw Normal View History

2024-07-22 22:19:22 +00:00
Bugfix: Make `find` not sometimes ignore directories
In some cases, the `find` command ignored empty or moved directories. This has
2024-07-22 22:19:22 +00:00
now been fixed.
https://github.com/restic/restic/pull/4615