mirror of
https://github.com/kopia/kopia.git
synced 2026-02-02 18:54:15 -05:00
Add comparer interface which gathers data on a path and compares that data to a new path, returning error if the path differs in any way from the input data. The details of what constitutes a difference is left to the implementation. FSWalker implementation uses Walk and Report to do the data gathering and comparison. Filters are applied to sort out any differences that might be expected (e.g. ctime, atime, mtime, rename of root directory after restore).