Changes

From Amahi Wiki
Jump to: navigation, search
19 bytes added ,  02:58, 20 July 2014
== Incremental Daily and Full Weekly Scans ==
You can expand on the above by making a daily cronjob script that only scans files changed in the last 24 hours, and a weekly cronjob script ("a" or "b" above) that does a full filesystem scan. You may choose to do this for reasons of efficiency, as scanning only the files changed in the last 24 hours is an order of magnitude faster. Your daily cron file would look something more like this:
<pre>#!/usr/bin/env bash
12,424

edits