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

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.

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.
Hi Martin Brinkmann :)
In my Windows 7 this is already done in the Task Scheduler by the default installation… The command line is:
%windir%\system32\rundll32.exe /d srrstr.dll,ExecuteScheduledSPPCreation
:)
Thanks for posting that, easier than my way. Have not tried it yet though but will. Wonder why I do not have it.
I have it as well but it was configured to run only when the PC is idle.
Task Scheduler > Task Scheduler Library > Microsoft > Windows > System Restore.
There are 2 triggers : at 00:00 every day, at startup.
Much easier and simpler method is at tweaking.com Registry Backup. It runs at startup and invokes VSS to copy registry and keeps last 30 days for restores. Can be invoked within MSFT Recovery Console so better suited to non-boot situations. No authority issues either.
My task scheduler is also configured this way. But it doesn’t work. My system does NOT make a restore point every time it boots. Its typically not running at midnight.
Hi this is achilles Seo Expert and website designer and developer. I am here to tell you if need help or need any seo expert contact me I can design any kind of site for any country and Optimize with search engin also can bring your site at TOP. Please feel free to contact me. Whoever your work is great awesome. Be Happy.
How is this done in Windows XP, I wonder?