Project

General

Profile

« Previous | Next » 

Revision 10026

inputs/Makefile: download-logs: use bin/sync_upload like upload/download

View differences:

inputs/Makefile
23 23

  
24 24
##### Import logs
25 25

  
26
rsyncLogs := $(rsync) --include="/**/" --exclude="/**/logs/install.log.sql"\
27
--include="/**/logs/*.log.sql" --exclude="**"
28

  
29 26
download-logs: _always
30
	$(rsyncLogs) $(remote) $(local)
27
	swap=1 $(bin)/sync_upload --include="/**/" --include="/**/logs/*.log.sql" \
28
--exclude="**"
31 29

  
32 30

  
33 31
include ../lib/forwarding.Makefile

Also available in: Unified diff