From: Christoph O. <co...@us...> - 2016-07-29 05:43:41
|
Hello Oliver, I could achieve this using a Filter that I configured like: Include any file that matches all of the following Unchecked "Applies to directories". and File path, matches regexp, with the regex: "^(\./)?[^\.].+/.*$" without the quotes. It's a bit more complicated than it needs to be because I plan to remove the ./ in front of the file path for every file in a future FullSync version. As a consequence the regex above does not sync directories that have only a single character as name - but I guess that the chance that somebody has directories with single letters as name is rather low. :) Br, Christoph 2016-07-27 17:24 GMT+02:00 Rafa Oliver <raf...@gm...>: > Hello Christian, > > I’m using your great software Fullsync and I would like to apply a file > filter to exclude the files on the root local windows folder (F:\SyncFTP) > and only upload to the FTP changes made in its subfolders, so I’m trying to > apply something like “exclude files which path is /” with no success. > > Files directly stored in the root folder F:\SyncFTP are processed by > another software, this is why I need to exclude them. > > Hope you can help with this one. > > Thank you!! > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > FullSync-Users mailing list > Ful...@li... > https://lists.sourceforge.net/lists/listinfo/fullsync-users > > |