Hello, I want to setup a cron job to run a php script that does the following:
-Transfer the contents of 'uploads' to 'old uploads' if the date the subfolder of uploads (i.e. \uploads\subfolder) is 2 weeks old.
How can I do this?
Printable View
Hello, I want to setup a cron job to run a php script that does the following:
-Transfer the contents of 'uploads' to 'old uploads' if the date the subfolder of uploads (i.e. \uploads\subfolder) is 2 weeks old.
How can I do this?