timtom3 Posted April 20, 2006 Share Posted April 20, 2006 Hi My ISP doesn't allow me to use the system command or CRON jobs, I need a tutorial that will create a back up script for the past 7 days on a page load probably that will run once a day if a particular page is visited does anybody know of such a tutorial? Quote Link to comment Share on other sites More sharing options...
utahcon Posted April 20, 2006 Share Posted April 20, 2006 [!--quoteo(post=366917:date=Apr 20 2006, 01:54 PM:name=timtom3)--][div class=\'quotetop\']QUOTE(timtom3 @ Apr 20 2006, 01:54 PM) [snapback]366917[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi My ISP doesn't allow me to use the system command or CRON jobs, I need a tutorial that will create a back up script for the past 7 days on a page load probably that will run once a day if a particular page is visited does anybody know of such a tutorial?[/quote]Most hosts will provide a contained CRON or schedule task that you can hammer out.If that is 100% not an option you can create a scheduled task on your own machine to call a PHP script once a day and run your script.Other than doing one of those two there is nothing I know that will solve this problem for you.BTW - Which host is this so I can avoid them. Quote Link to comment Share on other sites More sharing options...
timtom3 Posted April 22, 2006 Author Share Posted April 22, 2006 [!--quoteo(post=366922:date=Apr 20 2006, 01:05 PM:name=utahcon)--][div class=\'quotetop\']QUOTE(utahcon @ Apr 20 2006, 01:05 PM) [snapback]366922[/snapback][/div][div class=\'quotemain\'][!--quotec--]Most hosts will provide a contained CRON or schedule task that you can hammer out.If that is 100% not an option you can create a scheduled task on your own machine to call a PHP script once a day and run your script.Other than doing one of those two there is nothing I know that will solve this problem for you.BTW - Which host is this so I can avoid them.[/quote]its streamline.netThey have given me shh. access but apparently they don't allow cron jobs or the use of system command. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.