Revision 10027
Added by Aaron Marcuse-Kubitza over 11 years ago
backups/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) |
README.TXT | ||
---|---|---|
158 | 158 |
make schemas/$version/publish |
159 | 159 |
unset version |
160 | 160 |
backups/fix_perms |
161 |
make backups/upload |
|
161 |
make backups/upload live=1
|
|
162 | 162 |
On jupiter: |
163 | 163 |
cd /data/dev/aaronmk/bien/backups |
164 | 164 |
For each newly-archived backup: |
Also available in: Unified diff
backups/Makefile: upload: use bin/sync_upload