Copying a specific file from A to B can be achieved by appending a line to your crontab depending on the time you want it to run. The general syntax will be:
minute hour dayOfMonth month dayOfWeek (command to be executed)
In your case the command to be executed will be like:
Copying a specific file from A to B can be achieved by appending a line to your crontab depending on the time you want it to run. The general syntax will be:
In your case the command to be executed will be like:
For eg.: If you want to copy the file at 3:35 PM(15:35) on 20th of November then your command will be like
Check out this wikipedia link for an excellent explanation on setting up cron jobs.