Tema: Backup
Ver Mensaje Individual
  #12 (permalink)  
Antiguo 20/03/2007, 10:27
Avatar de DeeR
DeeR
 
Fecha de Ingreso: diciembre-2003
Ubicación: Santiago
Mensajes: 520
Antigüedad: 20 años, 4 meses
Puntos: 17
Re: Backup

fichero cron.txt
Código:
MAILTO="[email protected]"
0 12 * * 0 /usr/bin/wget -N -q http://www.midominio.com/htr/backup/index.php
Vas a un shell tipeas
Código:
crontab cron.txt
Y listo , el cron realizara una peticion al script, una vez a la semana

Saludos