Revision 5808
Added by Aaron Marcuse-Kubitza about 12 years ago
common.Makefile | ||
---|---|---|
53 | 53 |
# rsync |
54 | 54 |
rsync* := "time" rsync$(if $(test), --dry-run) --archive --update --verbose\ |
55 | 55 |
--itemize-changes --progress |
56 |
rsync := $(rsync*) --exclude=".*"
|
|
56 |
rsync := $(rsync*) --exclude=".svn/" --exclude="*\#" --exclude=".DS_Store"
|
|
57 | 57 |
local := ./ |
58 | 58 |
localDirName := $(notdir $(realpath $(local))) |
59 | 59 |
remote := $(src_user)@$(src_server):/home/bien/svn/$(localDirName)/ |
Also available in: Unified diff
lib/common.Makefile: rsync: $(rsync): Exclude .svn, #, and .DS_Store rather than all . because dirs beginning with . created by the user (such as .NCBI, .TNRS) should be included in the sync