Skip to content

rohitaryal/same

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Languages