Revision 6666
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
1 |
##### Configuration |
|
2 |
|
|
3 |
src_server ?= jupiter |
|
4 |
|
|
5 |
|
|
1 | 6 |
selfDir_NzrNZp := $(dir $(lastword $(MAKEFILE_LIST))) |
2 | 7 |
root := $(selfDir_NzrNZp).. |
3 | 8 |
include $(root)/lib/common.Makefile |
... | ... | |
111 | 116 |
|
112 | 117 |
##### Synchronization |
113 | 118 |
|
119 |
remote := $(src_user)@$(src_server):/data/dev/aaronmk/VegBIEN.backups/ |
|
120 |
|
|
114 | 121 |
rsyncBackups := $(rsync) --include="/*.backup" --include="/*.sql"\ |
115 | 122 |
--include="/*.csv" --include="/*.md5" --exclude="**" |
116 | 123 |
|
Also available in: Unified diff
backups/Makefile: Synchronization: Sync with jupiter instead of vegbiendev. This requires running `make backups/upload` on vegbiendev to archive the files, instead of `make backups/download` to download them to your local machine.