Revision 10027
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
81 | 81 |
--include="/*.csv" --include="/*.md5" --exclude="**" |
82 | 82 |
|
83 | 83 |
upload: _always |
84 |
$(rsyncBackups) $(local) $(remote)
|
|
84 |
$(bin)/sync_upload './**'
|
|
85 | 85 |
|
86 | 86 |
%/download: _always |
87 | 87 |
-$(if $(filter %.md5,$*),,$(MAKE) $*.md5/download) |
Also available in: Unified diff
backups/Makefile: upload: use bin/sync_upload