Need help automating a task in Linux

Posted by Niphoet on Super User See other posts from Super User or by Niphoet
Published on 2010-06-10T23:06:54Z Indexed on 2010/06/10 23:13 UTC
Read the original article Hit count: 177

Filed under:
|
|

I'm still kind of new to Linux, but here's what I'm trying to do. I need to copy all subdirectories and files from one directory to another ever 5 minutes or so, with the old data automatically being overwritten with the new data. I'd also like this to run at startup. Is there any way this can be done? If so, what program would I need to schedule the automation and what is the command line I would need (cp ???). Thanks in advance!

© Super User or respective owner

Related posts about linux

Related posts about command-line