mirror of
https://github.com/restic/restic.git
synced 2026-07-15 19:54:55 +00:00
Before, the scanner would could files twice if they were included in the list of backup targets twice, e.g. `restic backup foo foo/bar` would could the file `foo/bar` twice. This commit uses the tree structure from the archiver to run the scanner, so both parts see the same files.