Revision 10026
Added by Aaron Marcuse-Kubitza over 11 years ago
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
inputs/Makefile: download-logs: use bin/sync_upload like upload/download