Skip to content

awgcooper/file_integrity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

file_integrity

For a single disk non-zfs/-btrfs filesystem, scan all directories to identify:

  • corrupt files, new files, deleted files, moved files

Corrupt files identified as:

  • compare current version vs yesterday
  • if name and last modification time are the same but the hash value is different, file is labelled as corrupt
  • XXHASH3_128 is used for high speed and low chance of collision for a non-cryptographic hash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages