crontab problem

Chris Rebert clp2 at rebertia.com
Sat Nov 21 08:59:04 EST 2009


On Sat, Nov 21, 2009 at 5:47 AM, Victor Subervi <victorsubervi at gmail.com> wrote:
> Hi;
> I have the following in crontab -eu root:
> @daily /usr/local/bin/mysql-backup-daily.sh
> @weekly /usr/local/bin/mysql-backup-weekly.sh
> @monthly /usr/local/bin/mysql-backup-monthly.sh
>
> [root at 13gems globalsolutionsgroup.vi]# ls /usr/local/bin/mysql-*
> /usr/local/bin/mysql-daily.sh  /usr/local/bin/mysql-monthly.sh
> /usr/local/bin/mysql-weekly.sh
>
> These scripts worked on another server. The daily writes to:
> /usr/backup/database/mysql-backups/mysql-backup-dailys/
> However, a day later, nothing is there. Please advise.

And this is germane to Python (and not instead say, *nix) how exactly?

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list