Project

General

Profile

« Previous | Next » 

Revision 10027

backups/Makefile: upload: use bin/sync_upload

View differences:

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