Project

General

Profile

« Previous | Next » 

Revision 3701

backups/Makefile: Added synchronization of backups with vegbiendev. Added downloading backups to After a new import steps.

View differences:

Makefile
90 90

  
91 91
vegbien.backup:
92 92
	$(backup) all >$@
93

  
94
##### Synchronization
95

  
96
rsyncBackups := $(rsync) --include="/*.backup" --include="/*.sql" --exclude="**"
97

  
98
upload: _always
99
	$(rsyncBackups) $(local) $(remote)
100
download: _always
101
	$(rsyncBackups) $(remote) $(local)

Also available in: Unified diff