jeff5656 Posted July 6, 2011 Share Posted July 6, 2011 I have a script that backs up using mysqldump. The script saves to /tmp which is ABOVE the public_html (WWW) directory. Question: where do I put this script and how do I write the php to correctly point to the tmp directory? If I put the file above the WWW directory, I won't be able to run it from the web I assume. Once I get this to work I;m going to try to figure out how to set up a cron job, but first thing is to learn how to write to the tmp directory (before mailing the backup to a gmail address) Quote Link to comment https://forums.phpfreaks.com/topic/241248-tmp-directory/ Share on other sites More sharing options...
AyKay47 Posted July 6, 2011 Share Posted July 6, 2011 you can put it into the www dir and use ../ to back out into the tmp dir i believe Quote Link to comment https://forums.phpfreaks.com/topic/241248-tmp-directory/#findComment-1239223 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.