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