Ubuntu Geek

Ubuntu Linux Tips,Howtos&Tutorials|Feisty,Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed


  • Sponsor

  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

Archive for the 'Backup' Category


Flyback - Snapshot-based backup tool based on rsync

Posted by admin on 7th May 2008

FlyBack is a snapshot-based backup tool based on rsync It creates successive backup directories mirroring the files you wish to backup, but hard-links unchanged files to the previous backup. This prevents wasting disk space while providing you with full access to all your files without any sort of recovery program. If your machine crashes, just move your external drive to your new machine and copy the latest backup using whatever file browser you normally use.

Read the rest of this entry »

Share/Save/Bookmark

If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!

Posted in Backup | 4 Comments »

HUBackup - Backup application for Ubuntu Home Users

Posted by admin on 20th April 2008

HUBackup is short for Home User Backup System. As the name implies, this is a very simple, concise and easy to use backup application that uses the renowned and proven dar (Disk ARchive) to do the actual archiving. Emphasis has been on providing true and reliable progress indication throughout all operations, as well as the ability to cancel any operation at any given point. HUBackup mainly concerns with backing up your home folder data, allowing you to restore it in case of data loss.

Read the rest of this entry »

Share/Save/Bookmark

Posted in Backup | 3 Comments »

Simple Ubuntu Desktop Backup with Backerupper

Posted by admin on 26th February 2008

Backerupper is a simple GUI utility program to make scheduled backups of specified directories over a network. It is not intended for full system backup, but just to make archive copies of a user’s personal data.

Read the rest of this entry »

Share/Save/Bookmark

Posted in Backup | No Comments »

Backup Ubuntu using rdiff-backup

Posted by admin on 1st December 2007

rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership, modification times, extended attributes, acls, and resource forks. Also, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. Finally, rdiff-backup is easy to use and settings have sensical defaults.

Read the rest of this entry »

Share/Save/Bookmark

Posted in Backup | 2 Comments »

Backup installed packages on ubuntu

Posted by admin on 24th April 2007

All the programs which you install using Synapatic package manger,apt-get,aptitude have a .Deb file in the following folder

Read the rest of this entry »

Share/Save/Bookmark

Posted in Backup, Package Mgmt | 3 Comments »