plakar check
plakar check
performs a health check on snapshots without restoring them to the filesystem.
It can operate in two modes.
By default,
it will perform a full check making sure that it can retrieve all resources and that checksums match.
When passed the -fast
option,
it will perform a fast check by asking the repository if it holds resources but without retrieving them and validating checksums.
$ plakar check b3 && echo ok
ok
$ plakar check -fast b3 && echo ok
ok