michaelwl Posted July 21, 2007 Share Posted July 21, 2007 I need a mechanism I can use to quickly backup and recover while I'm busy developing and changing things on the site... My Service Provider can't help with something I can use my self... The only advice the guy could give was... : The best I can recommened is to get a script that run the command "tar czfv backup.tgz /var/www/vhosts/domainname/httpdcs/*" to zip up the contents, and another script to delete old files then extract those files again. What would the php look like to run the tar command above, and then from that I assume you'll do a similar script to delete made archives.... ? Thanks, I appreciate all the help Link to comment https://forums.phpfreaks.com/topic/61110-solved-site-archive-using-php/ Share on other sites More sharing options...
jvrothjr Posted July 21, 2007 Share Posted July 21, 2007 take a look at this http://rcchjr.awardspace.com/rc_index.php PW: cshjvr1661 This is a test sample site Software uses php / mysql to create a backup You can restore selected files or complete site revisions It does not replace existing structure but creates a fold in htdocs root /1.0.3/...... Link to comment https://forums.phpfreaks.com/topic/61110-solved-site-archive-using-php/#findComment-304113 Share on other sites More sharing options...
michaelwl Posted July 22, 2007 Author Share Posted July 22, 2007 Sounds really great, where can I download it and apply to my site???? Really simple to use, quite ingenious actually! Link to comment https://forums.phpfreaks.com/topic/61110-solved-site-archive-using-php/#findComment-304517 Share on other sites More sharing options...
jvrothjr Posted July 22, 2007 Share Posted July 22, 2007 Send me an e-mail and I will forware a Zip. Host dont like zip's or download links Link to comment https://forums.phpfreaks.com/topic/61110-solved-site-archive-using-php/#findComment-304748 Share on other sites More sharing options...
michaelwl Posted July 22, 2007 Author Share Posted July 22, 2007 You e-mail address is hidden on ur profile, and I can't reply to your message, doesn't give me the option... My e-mail address is... [email protected] Thanks really appreciate your help! Link to comment https://forums.phpfreaks.com/topic/61110-solved-site-archive-using-php/#findComment-304763 Share on other sites More sharing options...
jvrothjr Posted July 22, 2007 Share Posted July 22, 2007 File off and if anyone else would like to try please e-mail me or post a msg on the msg board of the site. [email protected] with a Subject rev_con Softeware Link to comment https://forums.phpfreaks.com/topic/61110-solved-site-archive-using-php/#findComment-304826 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.