This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cron starts multiple commands


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]