How to Move Folder Auto Using Cron Job

Ameer Tamoor

Registered
Dec 10, 2015
3
0
1
Pakistan
cPanel Access Level
Website Owner
Hi,

I have folder in website that is daily updated, and i want this folder to move automatically to other website account on daily basis.

Please let me know any suggestion, cron job or any other method for this activity.

Thanks
 

Ameer Tamoor

Registered
Dec 10, 2015
3
0
1
Pakistan
cPanel Access Level
Website Owner
Do you have root access to the server? With root access you can create a simple cron job to rsync the files to another account and change permission accordingly.

If you have only account level access, you may need to do it with the help of ftp.
Thanks,
Yes i have root access, Please share Cron job script
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
The specific cron job you add will depend on the specific accounts you are copying files to. The thread I referenced in my earlier response should help.

Thank you.