cron starts multiple commands

matias kaukonen matias.364@gmail.com
Tue Jul 20 17:25:00 GMT 2010


I'm using cron to backup my files.  The problem is cron seems
to repeat the backup every minute for 5 minutes.  Pls refer to my cron file.
--------------------------------------------------------------------------------------------------------------------------------------
SHELL=/bin/bash
PATH=/bin:/sbin:/bin:/usr/sbin:/usr/bin:/home/lhovey/utils/scripts/:/home/lhovey/backups/:.
time_stamp=$(date +%y.%m.%d-%H)

@daily ./backups/make_backup.bash
-------------------------------------------------------------------------------------------------------------------------------------
Has anyone seen this before with cygwin?  Do they know what the fix is for this?

matias.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list