From 91a296805f401afacf6b17edf084d458711696ad Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Thu, 20 Nov 2008 22:13:11 +0000 Subject: [PATCH] yay, some TODO are TODONE --- TODO | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO b/TODO index ecb587f..8c2c3af 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ * React on signal HUP resync and rewatch everything. -* Allow several source->target specifications. * Allow more complicated source masks like /home/%1/www/ -> target::%1/ -* Workaround the default 8192 watches kernel limit by opening another inotify +* Workaround the kernel watches limit by opening another inotify instance when needed. * React on inotify OVERFLOW messages in resyncing everything, something might have been missed. @@ -9,6 +8,4 @@ * Do not call rsync at all if a file was edited that falls under the exclusion mask (currently it is called, and rsync drops it. * When several things happen at once, wait if calls to rsync can be optimized -* Allow users to specificy more rsync call options. -* Make a manpage. * improve config.h.in generation