Please review my first Rust code: Bacify (verify restic backups)

Hi all,

I finally got around to write some Rust code, well, more than a few lines anyway:

Bacify is a small tool that compares a restic backup against the source files.
It is open source, licensed under MIT.

I don't see any compiler warnings, clippy is happy, it compiles and I've tested it with a few backups.

I'm mostly interested in feedback about the code structure, idioms, etc,
but of course you can also comment on the tool itself.

Thanks
Marius

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.