User login |
BackupsHere's a simple and fairly cheap way of building a portable, external backup drive for Linux if you have existing internal hard drives lying around. The whole thing costs about $50 and an hour or two of your time. Let's begin. Prerequisites
Here's a simple command line example of a backup task for MySQL. mysqldump <DB_NAME> -v -u <MYSQL_USERID> --password=<MYSQL_PASSWORD> > sql_file_name.sql Let's break this down.
Here's a simple bash script I created for backing up items to a remote machine. It uses rsync. Rsync is a very powerful tool used primarily for backing up and synchronizing files/directories over the network. If you don't have rsync, you can obtain it here. Or, do one of the following. For Debian based systems: apt-get install rsync For RedHat based systems: yum install rsync |
SyndicationWho's onlineThere are currently 0 users and 1 guest online.
Who's new
Help Support This Site |