RE: Problema al programar backup con el cron

2006-04-25 Por tema Jorge
El Lunes, 24 de Abril de 2006 13:48, Jorge escribió: En el cronfile.root tengo ... #crontab /root/cronfile.root 24 13 * * * /root/backuppostgresql 24 13 * * * touch /root/prueba Y en backuppostgresql tengo ... #!/bin/bash echo COMENZANDO pg_dump -U postgres -d -F t -f

RE: Problema al programar backup con el cron

2006-04-25 Por tema Gorka
En el cronfile.root tengo ... #crontab /root/cronfile.root 24 13 * * * /root/backuppostgresql 24 13 * * * touch /root/prueba Y en backuppostgresql tengo ... #!/bin/bash echo COMENZANDO pg_dump -U postgres -d -F t -f /root/base.tar -S postgres base echo FIN

RE: Problema al programar backup con el cron

2006-04-25 Por tema Jorge
El Lunes, 24 de Abril de 2006 13:48, Jorge escribió: En el cronfile.root tengo ... #crontab /root/cronfile.root 24 13 * * * /root/backuppostgresql 24 13 * * * touch /root/prueba Y en backuppostgresql tengo ... #!/bin/bash echo COMENZANDO pg_dump -U postgres -d

Re: Problema al programar backup con el cron

2006-04-24 Por tema Iñaki
El Lunes, 24 de Abril de 2006 13:48, Jorge escribió: En el cronfile.root tengo ... #crontab /root/cronfile.root 24 13 * * * /root/backuppostgresql 24 13 * * * touch /root/prueba Y en backuppostgresql tengo ... #!/bin/bash echo COMENZANDO pg_dump -U postgres -d -F t -f /root/base.tar -S