Crontab help!
Posted by: saygoodbye
Posted on: 2006-02-25 20:04:00
I really don't understand how this works...
I have a file named "crontab" under my /home/user/ect directory, correct?
Ok then I built the inside:
* * * * * cp -u /home/user/domain/cgi-bin/ /home/user/domain/stats/
But why doesn't that work? Shouldn't it copy the content of stats into the cgi-bin? (Though this is just for testing, I would like to be able to move the content of stats for my massive stats program im working on...)