Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

md5deep usage on unraid

Featured Replies

I'm having trouble finding on the boards a good "howto" use md5deep on a regular basis (i.e. monthly) to store and check file md5sums.

All I seem to be able to find is that md5deep is a good tool to do this and I have downloaded and install v4.0 from weebtech (thanks).

 

Can someone please point me in the right direction?

 

Thanks!

Create a script the runs md5deep and then compares the results to the previous run and sends an e-mail if there's a difference. Put the script file in cron daily.

Create a script the runs md5deep and then compares the results to the previous run and sends an e-mail if there's a difference. Put the script file in cron daily.

 

and for those of us that aren't any good at scripting ?

I can supply a script after I return home on the 23rd. Someone else may get to it faster.

  • Author

Thanks!

 

Sent from my SGH-I727R using Tapatalk

  • 3 weeks later...

I second that request.

  • 2 weeks later...

I finally looked into this. It's not practical to run daily unless you only want to check a small number of files. It takes 14 hours to run on a 2TB drive. Monthly checks may be practical.

 

Hashdeep will create a file of hashes for a specified directory. Hashdeep has an audit mode that will compare the hashes to the the corresponding files and report any changes to the files.

 

Instructions are here: http://md5deep.sourceforge.net/start-hashdeep.html

 

In order to run a cron job with email you'll need a script like this:

#!/bin/bash
hashdeep -r -a -k known.txt myfiles | mail -s hash-audit root

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.