try fam(file alteration monitory) or gamin(utilize inotify) --- On Mon, 3/16/09, Ambrosio Berdijo <[email protected]> wrote: From: Ambrosio Berdijo <[email protected]> Subject: Re: [plug] keeping track of modified files for syncing To: "Philippine Linux Users' Group (PLUG) Technical Discussion List" <[email protected]> Date: Monday, March 16, 2009, 9:31 PM
inotify (http://en.wikipedia.org/wiki/Inotify) --- On Mon, 3/16/09, plug bert <[email protected]> wrote: From: plug bert <[email protected]> Subject: [plug] keeping track of modified files for syncing To: [email protected] Date: Monday, March 16, 2009, 4:17 PM Hello All, The usual methodology seems to be in batch mode -- i.e. schedule a cron job that will list all files modified in the past n days, or perform checksum to detect modifications. From this a list of modified files would then be generated, and syncing can commence. Is there a way to list these files in semi-real time? i.e. a daemon would continuously monitor write calls(something similar to auditd i guess), then log whatever is modified/created into a file? We wouldn't need to keep track of all changes made, just the latest change/ modification done. Would this method be more efficient, as you would not need to process a fixed list of files/directories? The closest thing i could find was fsmm, but there seems to be no released app/package, or is not actively developed anymore... _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

