2
2
mirror of https://github.com/octoleo/restic.git synced 2025-03-31 20:51:31 +00:00
Michael Eischer 0b39940fdb walker: Remove ignoreTrees functionality
It was only used in two places:
- stats: apparently as a minor performance optimization, which is
  unlikely to be important
- find: filtered directories would be ignored. However, this
  optimization missed that it is possible that two directories have the
  exact same content. Such directories would be incorrectly ignored too.
  Example:
```
mkdir test test/a test/b
restic backup test
restic find latest test/b
-> incorrectly does not return anything
```

Thus, remove the functionality as it's apparently too complex to use
correctly.
2024-01-19 21:16:06 +01:00
..
2017-07-23 14:19:13 +02:00
2023-12-06 13:11:55 +01:00
2023-12-06 13:11:55 +01:00
2023-12-06 13:11:55 +01:00
2020-08-30 16:00:48 +02:00
2023-07-28 19:21:40 +02:00
2020-12-23 23:26:04 +03:00
2023-12-06 13:11:55 +01:00
2021-01-30 20:02:37 +01:00
2023-12-06 13:11:55 +01:00
2017-07-23 14:19:13 +02:00
2023-06-08 19:12:49 +02:00
2024-01-14 21:38:17 +01:00