In <aanlktindfc=z8o37ks9tcrleqpeumyd4753f_3mfb...@mail.gmail.com>, on
11/20/10
   at 10:56 PM, Axel Kittenberger <axk...@gmail.com> said:

Hi,

>While running, Lsyncd knows exactly which files need transfer and rsync's
>--files-from (with =- to get the filelist from stdin-pipe) sounds like an
>ideal solution for this, also to reduce the number of times rsync gets
>spawned. Coded that, now in beta stage there is a nasty problem, rsync
>refuses to accept deletions that way!

What might work for the deletes is a dynamically built --exclude-from list
in combination with --delete excluded and possibly --prune-empty-dirs. 
I've never tried this with --files-from, but it should work as long as
non-existant source file does not cause a problem with the filter logic.

You should not need --recursive.  You just need the --exclude-from file to
contain full paths.


Steven

-- 
----------------------------------------------------------------------
"Steven Levine" <stev...@earthlink.net>  eCS/Warp/DIY etc.
www.scoug.com www.ecomstation.com
----------------------------------------------------------------------

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to