Jump to content

Recommended Posts

Posted

I was wondering if someone could help me with a simple CronTab. Unfortunatly, I've never used them before, and I have no idea of the commands or syntax.

 

I want to copy two files (let's call them "file1.html" and "file2.html") from the folder "private" (which I created on the root level) to "www/destinationfolder", replacing the two existing files.

 

The CronTab scheduler seems easy enough to figure out, so I should be fine with that.

 

 

Thanks!

Posted

I think I've figured out the syntax...

 

>cp -f private/file1.html www/destinationfolder/file1.html

cp -f private/file2.html www/destinationfolder/file2.html

 

Do I need to make a Crontab for each command, or can I lump them together somehow?

 

What timezone are the servers set to? (So I can adjust the run-time accordingly.)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...