Project

General

Profile

« Previous | Next » 

Revision 6469

backups/Makefile: $(rsyncBackups): Added *.csv

View differences:

Makefile
91 91

  
92 92
##### Synchronization
93 93

  
94
rsyncBackups := $(rsync) --include="/*.backup" --include="/*.sql" --exclude="**"
94
rsyncBackups := $(rsync) --include="/*.backup" --include="/*.sql"\
95
--include="/*.csv" --exclude="**"
95 96

  
96 97
upload: _always
97 98
	$(rsyncBackups) $(local) $(remote)

Also available in: Unified diff