Revision 7557
Added by Aaron Marcuse-Kubitza almost 12 years ago
Makefile | ||
---|---|---|
1 | 1 |
##### Configuration |
2 | 2 |
|
3 |
src_server ?= jupiter
|
|
3 |
remote_host ?= jupiter
|
|
4 | 4 |
|
5 | 5 |
|
6 | 6 |
selfDir_NzrNZp := $(dir $(lastword $(MAKEFILE_LIST))) |
... | ... | |
89 | 89 |
|
90 | 90 |
##### Synchronization |
91 | 91 |
|
92 |
remote := $(src_user)@$(src_server):/data/dev/aaronmk/bien/backups/
|
|
92 |
remote := $(remote_user)@$(remote_host):/data/dev/aaronmk/bien/backups/
|
|
93 | 93 |
|
94 | 94 |
rsyncBackups := $(rsync) --include="/*.backup" --include="/*.sql"\ |
95 | 95 |
--include="/*.csv" --include="/*.md5" --exclude="**" |
Also available in: Unified diff
lib/common.Makefile: Renamed $(src_server) to $(remote_host) and $(src_user) to $(remote_user) for clarity