Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Perform operation whenever dir is altered
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Henry van der Beek, post: 1766792"] Hello, I am trying to synchronise two directories across a network. This is no problem; I have been using rsync and it is working fine. However, rsync is normally triggered by cron, ie. at a given time interval, and I want it to be used whenever the contents of the directory is altered. This is probably a case of synching just the particular file that has been altered. So, for every file in the directory, I want to trigger an rsync command whenever that file is edited. This functionality needs to cover any file type, and the directory needs to appear on both machines as a normally mounted directory. (We are running redhat9.0 on both machines Does anyone know of a way of customising a directory in this way, or does anyone have any ideas of areas where I should be looking to achieve this kind of thing. Thanks a lot, Henry [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Perform operation whenever dir is altered
Top