alex-ant / storage-validator

Backup validator - generates and validates files' checksums in a specified directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storage-validator

Backup validator - generates and validates files' checksums in a specified directory

Execution flags

Flag Env. variable Default value Description
d D Working directory path
m M Operation mode (init/validate/reset)

Usage

Init directory:
go run cmd/storage-validator.go -d /path/to/dir -m init

Validate initialized directory:
go run cmd/storage-validator.go -d /path/to/dir -m validate

Reset storage validator data (doesn't affect original directory contents):
go run cmd/storage-validator.go -d /path/to/dir -m reset

About

Backup validator - generates and validates files' checksums in a specified directory

License:MIT License


Languages

Language:Go 100.0%