git://git.onelab.eu
/
infrastructure.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
declare sfa builds on debian as lxc for next time (2.1-26 was done one onelab)
[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