Pular para o conteúdo principal

Luckybackup: Linux backup made easy

Luckybackup: Linux backup made easy: "
There are a lot of backup tools out there. From the overly simple to the overly complex. Many of those backup tools go unnoticed and unused. Some of them get recognized as the outstanding projects they are. One of those tools is Luckybackup. This tool was awarded Sourceforge’s best new project of 2009. There is a reason for that. Luckybackup is a simple to use backup tool that can backup both to a local machine and to a remote machine – with a user-friendly gui and all the features you would expect in a backup tool.
You might think that Luckybackup is a tool only an end-user could love. Not so. Although Luckybackup is simple to use, open source, and free it’s a worthy candidate for business backup as well. Oh sure, you’re not going to image your machines with this backup tool, but you can backup your data. In this article I am going to show you how to install and use Luckybackup.



Installation
Installation is simple. If you’re lucky Luckybackup will be found in your distributions repositories. If that’s the case, just fire up your package manager tool, search for “luckybackup” (No quotes), select Lucky Backup for installation, and click apply. That’s it. If you’re not luck, and Lucky Backup isn’t in your repositories, then you will have to go to the Lucky Backup download page and download the binary for your distribution. Once you have that file it’s as simple as either letting your browser auto-detect and let a tool like GDebi install the package, or install from command line like so:
rpm -ivh luckybackup-XXX.rpm
Where XXX is the release number.
Using Lucky Backup

Figure 1
I am going to walk you through the steps for creating a remote backup using Lucky Backup. The remote backup I am going to illustrate uses ssh for the network transportation. For simplicities sake I am going to illustrate how you can do a backup with user intervention. To really make this work, you will want to set up password-less secure shell communication. You can see how this is done in my article “Five handy secure shell tips and tricks“.
Once installed open up a terminal window and issue the command luckybackup. This command will open up the user-friendly gui (see Figure 1) where you add all of the backups you want to create.
Let’s walk through the steps of creating an ssh-based backup.
Step 1: Click the Add button.



Figure 2
Step 2: Fill in the necessary pieces of information in the new window (see Figure 2). This information will include:
  • Name: Name to give the backup.
  • Type: Full or incremental.
  • Source: What you want to backup.
  • Destion: Directory on local or remote host to store backup.
REMOTE TAB:
  • User remote host: Check this box.
  • Destination: Check this box.
  • User: Username on remote machine.
  • Host: IP Address of remote machine
  • Ssh: Check this box.
Step 3: Click Okay to save your settings.
Step 4: Click Start to begin the backup process.
If your backup was setup correct you will immediately be informed such and, in the terminal window where you started Lukcybackup from, you will prompted for the remote users password. Enter the password in that terminal window and hit enter. Your backup will begin.
As I mentioned earlier, to avoid having to be prompted for your password (this will be necessary for scheduled backup) you will need to set up password-less secure shell.
Final thoughts
That was simple. That is exactly how a backup tool should work. Give Lucky Backup a try, you may not find a Linux backup tool as simple to use.


"

Comentários

Postagens mais visitadas deste blog

Favigen, Favicon Generator

Favigen, Favicon Generator : " Favicons are small icons that help identify websites. They are used as a visual representation of a website both in the web browser and at many online services. The three most prominent locations of favicons are the browser’s address bar, the tabbar and the bookmarks folder. Many webmasters like to create custom favicons to add that custom identifier to their website. Favicons can be created in many image and icon editors, but also online. Favigen is a straightforward favicon generator that can turn an image into a favicon. All that it takes is to pick an image from the local hard drive first, select the dimensions of the favicon and click the submit button to make the service generate the favicon. Favigen supports several image formats, including jpg and png, and it does not seem to have size restrictions either. Available image dimensions range are 16×16, 32×32 and 64×64. The generated favicon is displayed directly on the page. A click on do...

A simple rsync script to back up your home directory

A simple rsync script to back up your home directory : " Backing up important data is obviously something we should all do. Unfortunately, it is not always easy to make it happen. We get lazy; we do not have the additional hardware for a backup server; it takes a long time and a lot of CDs to back up to optical media; we do not trust online backup services; backup schemes are difficult to set up and use — any of dozens of reasons can stand in our way. Still, we know we should be backing up our important data. Modern open source Unix-like operating systems offer a plethora of options for incredibly simple, effective backup schemes, however. If the problem is figuring out how to set one up, a simple rsync solution may be exactly what you need. The rsync utility is used to synchronize files between two systems. It does so by way of incremental copies, only copying from the source to the destination what has not already been copied there, saving time, network bandwidth, and syst...

Google Wave now open to the public: faster, Robots and Gadgets aplenty!

Google Wave now open to the public: faster, Robots and Gadgets aplenty! : " Filed under: Internet , Google If you somehow missed it, Google Wave is now a bonafide Labs project: rather than being an invite-only alpha, it's now a public beta test! If you don't already have an account, just head on over to Wave and use your regular Google login details. If you've not seen any of the Google Wave introductory videos , you should check them out -- they explain the whole thing a lot more succinctly than I ever could. Wave has also been enabled for Google Apps domains -- businesses could convert their internal communication to Waves today! Leading up to this public release there have a lot of changes. It's by no means finished, but Google Wave is now a lot faster . It's also more intuitive -- more useful -- and given the large number of Robots and Gadgets now reaching prime-time readiness, it feels like the mass adoption of Wave is imminent. Also, if you're an ol...