davideuler / lsyncd

Automatically exported from code.google.com/p/lsyncd
GNU General Public License v2.0
0 stars 0 forks source link

Choose the sync directories by one name #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have one disk with much directories, i need to sync ONLY directory with 
filename = share.

Eg.

/home/admin/mydir/mp3
/home/admin/mydir/mp3/share          --- Sync ---
/home/admin/mydir/jpeg/share         --- Sync ---

Is it possible? 

Cheers.

Original issue reported on code.google.com by info%sav...@gtempaccount.com on 30 Apr 2011 at 12:49

GoogleCodeExporter commented 9 years ago
The ideal is to use regular expression in source="here_reg_exp" option, but 
lsyncd want only absolute path.

Original comment by info%sav...@gtempaccount.com on 30 Apr 2011 at 12:51

GoogleCodeExporter commented 9 years ago
unfortunally not without coding your own Layer 1 script.

Original comment by axk...@gmail.com on 11 Jun 2011 at 4:45