
How to Archive and Compress Files in Linux (Using Tar)
The tar command (short for Tape Archive) bundles multiple files and directories into a single, easily transportable archive file known as a tarball. It serves …

The tar command (short for Tape Archive) bundles multiple files and directories into a single, easily transportable archive file known as a tarball. It serves …

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 …

Introduction The /tmp partition in cPanel & WHM plays a critical role in server health by hosting temporary files, active session data, and database query …

Introduction The pkgacct script is a vital command-line tool in cPanel & WHM used to package an entire user account into a compressed archive, typically …

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 …

Introduction Website data is vulnerable to server failures, failed updates, security breaches, and accidental deletions. While website owners often focus on security and design, having …

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 …