summaryrefslogtreecommitdiff
path: root/README.md
blob: 10c545ed067e9c36a6bfa8544bd1478b7cd2a41e (plain)
1
2
3
4
5
6
7
8
9
10
# Summain

Produce a manifest of specified files. The manifest lists the files,
and for each file its important metadata, and if it's a regular file,
the checksum of the contents. The order in the output is
deterministic: if the program is run twice for the same file, and
files haven't changed, the output is identical.

This is meant for testing that a backup has been restored correctly.