Class: Safeguard::Command::Verify

Inherits:
Safeguard::Command show all
Defined in:
lib/safeguard/command/verify.rb

Overview

Verifies the files present in a Repository.

# Verifies all files in repository using SHA1
$ safeguard verify --sha1

# Verifies all files ending in '.mp3' using CRC32
$ safeguard verify --crc32 *.mp3

Method Summary

Methods inherited from Safeguard::Command

add_supported_algorithms_as_options!