Project

General

Profile

« Previous | Next » 

Revision 4435

inputs/Makefile: Input data: $(rsyncSrcs): Also exclude logs subdirs located at more than one level below the root, which occurs for example when a table subdir is moved into _archive/

View differences:

inputs/Makefile
12 12
##### Input data
13 13

  
14 14
rsyncSrcs := $(rsync) --include="/*/" --exclude="/*/*/test*.xml*"\
15
--exclude="/*/*/logs/**" --include="/*/**" --exclude="**"
15
--exclude="/**/logs/**" --include="/*/**" --exclude="**"
16 16

  
17 17
upload: _always
18 18
	$(rsyncSrcs) $(local) $(remote)

Also available in: Unified diff