Linux Backup Methods

There are multiple methods for creating backups for the Linux Operating System. What method you choose is based on your disaster recovery plan and personal preference. It is important to remember to test your disaster recovery plan before it becomes critically necessary.

  1. tar or ISO files

    • If you are backing up a single desktop computer, an archived tar or iso file may be adequate. These files can be burned to removable media or placed on a secondary hard drive for storage purposes. A simple script can be written and set to run as a cron job.

    rsync

    • The rsync utility is useful for backups because it syncs files across a network. It sends only the differences between the files across the network instead of a complete copy of every file. It is ideal for mirroring systems and can be used to back up files weekly, daily or hourly.

    Mondo Rescue

    • Mondo Rescue is an application that allows you to back up your entire operating system and all data to CDs, DVDs, NFS or hard disk. The advantage of Mondo Rescue is that it will allow you to restore your entire data from "bare metal."

    AMANDA

    • AMANDA will allow a system administrator to back up several hosts to a single master backup server. It uses the dump and tar utilities to create the backup. It can even back up Windows desktops and servers using the Samba or Cygwin applications.

    Bacula

    • Bacula is another backup application that allows the administrator to back up a single computer or a network of computers to various types of media. The Bacula application is based on the client/server model and is modular and scalable, which makes it suitable for different size networks.

Related Searches:

References

Comments

You May Also Like

  • Types of Backup in Linux

    The importance of having a backup solution you can depend on is self-evident. Computers running any variation of the Linux operating system...

  • Types of Backup Methods

    Many different backup methods are available, depending on how much data you need to back up. If you have small amounts of...

  • Server Backup Methods

    Server Backup Methods. Information technology departments and server administrators should make periodic server backups of all newly created files, folders and data...

  • How to Backup Files From a Windows Server to a Linux Server

    Backing up your files is very important, especially when you're running a server with important data. Copying the data to a different...

  • How to Do a Differential Backup for Linux

    Backing up your computer files allows you to restore your computer to its previous settings easily after a loss of data. A...

  • Linux Tape Backup Solutions

    Linux tape backup copies specified files from a hard drive or server onto a series of tapes. This can be done either...

  • Computer Backup Methods

    There are many methods used to back up computer data. All of them share the same goal of making a copy of...

  • How to Make a Linux Incremental Backup

    Performing an incremental backup (as opposed to a full backup every time) is critical to the efficient, continued operation of a Linux...

  • How to Install NS2 in Cygwin

    If you want to see how a computer network will structure itself, including its transmissions and barriers, one way to do it...

  • Network Backup Methods

    Backing up your computer data is the only way to truly protect yourself from loss in the event of catastrophic failure of...

  • How to Set Up a Home Network Between Linux & Windows

    You can set up a home network complete with a shared file server and print server by installing the Common Unix Print...

  • How to Restore a Differential Backup

    The differential backup method is a good "interim" method to use between full backups, because it only backs up new or changed...

  • The Best Online File Backup Methods

    The Best Online File Backup Methods. Many people think it's good enough to create a backup disk for your most important files....

  • Computer Backup Basics

    Computer Backup Basics.eHow's guide to computer backup basics will teach you one of the most important things you should do with your...

Related Ads

Featured