How to do the following cron??
hello,i have to copy/past some images for one account on another account via cron. BUT as the source and destination is different every day i have no idea how to set the cron and not sure if it is possible. What i have to do is:
copy from /home/user/public_html/photos-05-21-2005
to /home/otheruser/public_html/photos-05-21-2005
then next day:
copy from /home/user/public_html/photos-05-22-2005
to /home/otheruser/public_html/photos-05-22-2005
and so one.
"photos-05-21-2005" are already exist on both accounts so i simple have to copy the pic. inside.
is there any way to do this with a cron? if yes how?
thanks a lot for any help.