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…
UM3$H, June 3rd 2010 |
Tags: command line incremental backup in ubuntu linux, creating incremental backup using tar command, how to do incremental backup using linux, how to mount files into directory, incremental backup using ubuntu, mounting files like devices in ubuntu, tar command for incremental backup
Posted in Linux, Technical Discussion
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…
UM3$H, June 2nd 2010 |
Tags: backup system in ubuntu, command line backup in ubuntu linux, gzip and bzip2 utility, Linux tar command, Managing File Backup with tar command, tar command example, tar command to archive files, using tar command for backup, using tar command in ubuntu
Posted in Linux, Technical Discussion
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…
UM3$H, May 26th 2010 |
Tags: convert text message into voice, convert voice into text messages, Vlingo apps for Blackberry, Vlingo apps for iPhones, vlingo is out for Android phones, voice recognition software for smartphones
Posted in BlackBerry, Technical Discussion