Revision 3701
Added by Aaron Marcuse-Kubitza over 12 years ago
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
backups/Makefile: Added synchronization of backups with vegbiendev. Added downloading backups to After a new import steps.