not backuping boot
[infrastructure.git] / scripts / Makefile
index 87ef0f6..fced5b5 100644 (file)
@@ -1,7 +1,9 @@
-SOURCE=ple-backup-cleanup.cron
+SOURCE = ple-backup-cleanup.cron
+# dec 2015 : not on boot any more
+HOSTS  = www
 
 ple-backup:
-       @for host in www boot; do for name in ple-backup ple-cleanup; do \
+       @for host in $(HOSTS); do for name in ple-backup ple-cleanup; do \
            fqdn=$$host.planet-lab.eu; target=/etc/cron.daily/$$name.cron; \
            echo pushing $(SOURCE) onto $$fqdn as $$target; \
            rsync -av $(SOURCE) root@$$fqdn:$$target; \