
How to use tar command on linux server?
“Untar” a file If you are working with example.tar file, you can extract the files from it using: tar xvf example.tar If you …

“Untar” a file If you are working with example.tar file, you can extract the files from it using: tar xvf example.tar If you …

Always recommended that you should take backup MBR. It is hard disk partition table on your server. We can use dd command to take a …

Fire the following command to take a backup of apache on your server: cp -a /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak Above is for Centos users For Ubuntu users …

Following steps could be referred for the same:- a.. First stop MySQL, Apache, and cPanel to prevent writing to the /tmp partition b. Take a …

Creating a cPanel Backup via SSH To create a backup of your individual cPanel account using SSH, just follow these steps: First, log in to …

Getting the database out of LOADING state When restoring multiple backups, each backup needs to use the NORECOVERY option to keep the database in a …

Overview This feature allows you to restore full backups, cPanel backups and cPanel move files. You can use this feature to restore a single account …

Overview You can specify how often backups occur and where backups are placed – either on the same server or on a separate backup drive. …

Skeletons are file structure templates, which are used for fast automatic creation of predefined virtual host content when creating a physical hosting. Skeleton file may …

RedHat, as well as other distributions, contain the AutoFS utility. This will allow you to mount your NAS share automatically in a directory. There are …

Restore: Restore is a process by which you can recover lost and changed files if you have taken their backup. To restore data Follow the …