Subscribe to RSS Feed

Creating Incremental Backup with tar

In my previous post, we saw how to create backup using tar command. We learned how to archive and compress a directory into single file. But also we can use same tar command to archive and compress multiple directory. To do that, instead of sending single directory as a last parameter, you have to send multiple directories as a <directory_to_be_compressed> parameter separated by white space. This command is very useful when you want to combine multiple directories into single archived file and transfer over from one location to another one. Now in following section we will discuss about that command and how to do incremental backup using tar command.

For example, use following command to archive home directory of multiple users.

umesh@umeshupreti.com # tar -cvf allhomedir.tar  /home/umesh  /home/guest  /home/upreti

Above command creates a backup of three user’s home directories: /home/umesh, /home/guest and /home/upreti. Generally backup is done in daily basis and if your home directory is large enough then it may take some time. That is the main reason here I am talking about incremental backup system. Read more…

Managing File Backup with tar command

Damage caused due to the failure of server is irreversible sometimes. Therefore, making decent backups of your data is essential. In this section, I’ll cover different methods of creating backups using command line provided in Linux System.

The command-line utility tar is probably the most popular and easy Linux backup utility. This command line is used to create an archive files for backup. Linux command tar stands for tape archiver. So this archive can be tape or hard-drive location or anything else. But if you have huge storage in your server or you use remote network based backup server, tar is handy tool to backup to a file. This command not only archive files but also can compress files using one of the most useful file compressing utility bzip2 or gzip. Compressing file and archiving it into single file not only save your server space but also make it easy to transfer file from one location to another over network. In this section, you’ll learn how to create tar archives and how to extract files from them. Read more…

Voice recognition software for smartphones

If you text or email a lot, frequently update your Facebook and Twitter status and you don’t want to type too much then there is a good news for you. Vlingo is the software which uses existing data plan on your cell phone and provides services like send text and email messages, call friends in your contacts, search on the web, use Google maps, update your Facebook and Twitter status and much more by just speaking into your phone.

Vlingo is available for most current BlackBerry smartphones, Apple’s iPhone, Nokia phones, few windows mobile phones and now with Android phones. Vlingo is the safest and easiest way to use your phone on the go. Vlingo not only converts your voice into text messages but with Vlingo SafeReader, your incoming text and email messages will be spoken to you. Read more…