How to Backup Files and Directories in Linux Using Tar & Cron Jobs.

How to Backup Files and Directories in Linux Using Tar & Cron Jobs.

Backup Files and Directories in Linux This tutorial is related to Backup Files and Directories in Linux using tar and cron jobs. Almost every Linux Admin use this utility (for backing up their critical data) which is something call tar, tar allows you easily and quickly backup your files folder or your entire system.

Use input-output redirection (>, >>, |, 2>, etc.).

what is Input/Output Redirection in Linux ? Input/output redirection means the text that is showing on your screen while you are running any command(program)in your shell, that information can be redirect elsewhere and even you can store this output in a file or can be print directly. This function called Redirection, you can also redirect…

How to Configure Linux Load Balancers and Highly Available MySQL Database Structure on centos 6.2.

How to Configure Linux Load Balancers and Highly Available MySQL Database Structure on centos 6.2. Introduction: This step by step guide shows you how to configure Load Balancers in Linux environment and how we can make mysql database structure highly available with the help of DRBD & Heartbeat. Note: 1: Our main focus to make…