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? Link to comment https://forums.phpfreaks.com/topic/7974-backup-mysql/ 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. Link to comment https://forums.phpfreaks.com/topic/7974-backup-mysql/#findComment-29069 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. Link to comment https://forums.phpfreaks.com/topic/7974-backup-mysql/#findComment-29677 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.