How to Move Folder Auto Using Cron Job
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
-
Hello :) I suggest using a cron job, as mentioned on this thread: Access files ouside a user's folder using a symlink Thank you. 0 -
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 script0 -
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. 0
Please sign in to leave a comment.
Comments
3 comments