Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: efficient daemon to automatically copy any "new" file
- X-seq: zsh-users 14206
- From: Sebastian Stark <seb-zsh@xxxxxxxxxxx>
- To: Eric Smith <es@xxxxxxxxxxxx>
- Subject: Re: efficient daemon to automatically copy any "new" file
- Date: Fri, 26 Jun 2009 14:19:22 +0200
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20090626121425.GB21731@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090626121425.GB21731@xxxxxxxxxxxxx>
On 26.06.2009, at 14:14, Eric Smith wrote:
What would be an efficient way to create a daemon to identify any
file in a directory that has had its Access, Modification or
Change status altered (as per stat(1) for example)?
Under Linux that would be incron perhaps:
http://inotify.aiken.cz/?section=incron&page=about&lang=en
I want to mount locally a remote directory only with recently
changed files, which would be copied to it by this daemon.
I don't know if it works with remote directories.
Sebastian
Messages sorted by:
Reverse Date,
Date,
Thread,
Author