1 SOURCE=ple-backup-cleanup.cron
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; \
10 ########################################
15 vs-show -l -f VSERVERS
18 vs-show -f VSERVERS > VCACHE