Revision 6595
Added by Aaron Marcuse-Kubitza about 12 years ago
backups/Makefile | ||
---|---|---|
109 | 109 |
##### Synchronization |
110 | 110 |
|
111 | 111 |
rsyncBackups := $(rsync) --include="/*.backup" --include="/*.sql"\ |
112 |
--include="/*.csv" --exclude="**" |
|
112 |
--include="/*.csv" --include="/*.md5" --exclude="**"
|
|
113 | 113 |
|
114 | 114 |
upload: _always |
115 | 115 |
$(rsyncBackups) $(local) $(remote) |
Also available in: Unified diff
backups/Makefile: Synchronization: Also sync *.md5