f37 -> f39
[infrastructure.git] / 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; \
6             rsync -av $(SOURCE) $$fqdn:$target \
7         done ; done