Posted in Unix

Cron Job Shell Script To Auto Backup Web Site Files

Web Site Backup Here I am going to show you how to setup auto backup web site files using shell script cron job. In the world of web, it is recommended that you take care of your web site files by taking backups of them frequently. If anything goes wrong so that you can take an appropriate action on your…

Continue Reading... Cron Job Shell Script To Auto Backup Web Site Files
Posted in MySQL

How to Backup and Restore MySQL Database in CentOS

Backup and Restore This guide will show you how to backup and restore MySQL database using command line tool in VPS server on CentOS 7 and PhpMyAdmin. You need to take backup of your MySQL database on a daily basis to have minimal impact on your web site’s data loss. Similarly for some inconsistent situations you may need to restore…

Continue Reading... How to Backup and Restore MySQL Database in CentOS
Posted in PHP

MySQL Database Backup using PHP

In this tutorial I am going to show you how to take MySQL database backup using PHP programming language. In the world of web it is important to take backup of our site and database frequently. You never know when you would come across unexpected error that may cause your site stop working. Here I will show you in PHP…

Continue Reading... MySQL Database Backup using PHP
Posted in Codeigniter PHP

Backup Site and Database in Codeigniter

Introduction I will show you how to backup site or application code and database in PHP based Codeigniter framework. In the world of web it is important to take backup of our site and database frequently. You don’t know when you’d come across unexpected situation which causes your site stop working. Here I have developed an application in Codeigniter, which…

Continue Reading... Backup Site and Database in Codeigniter