not backuping boot
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 15 Dec 2015 10:12:09 +0000 (11:12 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 15 Dec 2015 10:12:09 +0000 (11:12 +0100)
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; \