87ef0f610d6d450fd6ff8adde3218c3a851de9aa
[infrastructure.git] / scripts / Makefile
1 SOURCE=ple-backup-cleanup.cron
2
3 ple-backup:
4         @for host in www boot; do for name in ple-backup ple-cleanup; do \
5             fqdn=$$host.planet-lab.eu; target=/etc/cron.daily/$$name.cron; \
6             echo pushing $(SOURCE) onto $$fqdn as $$target; \
7             rsync -av $(SOURCE) root@$$fqdn:$$target; \
8         done ; done
9
10 ########################################
11 vcheck:
12         vs-check -f VSERVERS
13
14 vshow:
15         vs-show -l -f VSERVERS
16
17 vcache:
18         vs-show -f VSERVERS > VCACHE
19
20 vshowcache:
21         vs-show -l -f VCACHE