Actually, you _can_ sorta use find(1) to find files changed in the
last hour ...or any arbitrary time interval... but it means you have
to use the '-newer <file>' test.  That means you have to create a file
with the arbitrary mtime using touch(1).  I actually used this, back
in the day, when creating my own incremental backup system.


On Mon, Jan 17, 2011 at 23:13, Brad Knowles <[email protected]> wrote:
> Unfortunately, tools like find(1) make it relatively easy to see what the 
> list of files are that have changed on a daily basis, but they don't 
> necessarily make it so easy to see the list of files that have changed on an 
> hourly basis.  And all you know is that there have been changes, as opposed 
> to any indication of what the changes are.
_______________________________________________
Tech mailing list
[email protected]
https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech
This list provided by the League of Professional System Administrators
 http://lopsa.org/

Reply via email to