Skip to content

Latest commit

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

same - File integrity checker

Usage

git clone https://github.com/rohitaryal/same.git
cd same
go build -o same ./cmd/same
./same --help

How does it look?

Help

 same: File integrity verification tool
-check
Initiates integrity checkup using backup file
-dir string
Direcory to be backed up (default ".")
-file string
Path to save/saved backup file
-hash string
Hash to use for integrity check [md5, size, sha256] (default "md5")
-init
Initiates hash backup for a path
Backup Example: same -init -dir /home/user/Downloads -hash md5
Checkiup Example: same -chech -file backup-1.same -hash md5

About

File integrity checker

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages