answersLogoWhite

0

Making a Backup in Linux

Updated: 11/17/2022
User Avatar

Wiki User

13y ago

Best Answer

What should be backed up?

A Linux installation can be roughly divided into two sections:

The main system which holds the base distribution and any additional packages

The home folder, where user files and configurations are stored

Users upgrading systems will generally choose to backup just the home folder, restoring it when the new software is in place. However, there’s a catch: Configuration files are stored in the home folder, but they are placed in hidden directories. In the Linux file system these directories always start with a period. You can see these directories by selecting the show hidden files option in your file manager. For example, bookmarks and extensions for Firefox, a browser built on the Mozilla engine, can be found in the .mozilla directory. Merely selecting everything in a home directory may miss these important hidden files.

Enterprise users may choose to backup the entire system for quick restoration or parts of the system that can be restored when coupled to the base distribution.

What software can be used to do a backup?

Just like everything else open-source there seems to be a limitless number of applications out there, many of which copy the functionality of commercial programs. There are a few stand-out programs, each with a specific use:

Time Vault- This GNOME-based backup program takes dated snapshots of data, much like Apple’s Time Machine. This lets the user go back to a point in time when the file wasn’t corrupted.

fwbackups- This program’s simple drag-and-drop interface makes it ideal for home users. It automatically saves files in compressed tar ball (tar.bz) format to save space.

Clonezilla- This program makes an exact copy of the entire system, letting the system be restored from the ground up with ease. It’s also a useful tool for cloning systems: once one system has been set up its software can be copied to an entire office of computers.

Baculla- This is an enterprise-level program which automates backup tasks over an entire network. While powerful, new users will be overwhelmed by the sheer number of options available with this tool.

rsync- This program mirrors data on a backup server.

Ubuntu One- There are several online storage services that work with Linux, but Ubuntu One was designed specifically with Linux in mind. Despite the name, clients for the service are available for use with most major distributions.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Making a Backup in Linux
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What backup utility are you likely to use when making a pre-upgrade backup in Linux?

TAR


What backup utility to use when making a preupgrade backup in Linux?

There is no standardized backup utility for Linux, thus you are not limited to any particular program. Depending on your needs, a backup could range anywhere from regular syncing with a remote server of certain files to a complete bit by bit backup with dd.


Explain Backup management commands in Linux?

There are no standardized commands for backing up a Linux system. Backup methods can range from dd to RAID to one of various backup utilities.


Is managed linux hosting reliable enough if you need 99.99% uptime?

99.99% uptime for a linux based hosting is possible,but as you need this option backup serbers will have to be inforced making this option quite expensive.


Can you backup open files in Linux?

You can copy and backup any file in Linux, even if they are open. However, if the file is being edited, this is generally a bad idea, since the backup will not reflect any recent changes after they are saved.


What is the meaning of backup level 0 with dump?

Linux command "dump" backup 0 means to store everything or full backup.


What are some data backup software programs that work on Linux operating systems?

Some data backup software programs that work on Linux are CrashPlan, Amanda, TeraByteUnlimited, Symantec, Quest, Taper, DAR, NetVault and also Luck Backup.


Where can someone find a NDMP backup?

Someone can find a NDMP backup from the Comm Vault website. Zmanda also offer backup services where backup software can be found for Linux, Mac OS and Windows computers.


Where can one perform a free Linux online backup?

Backing up Linux systems can be done for free in a variety of ways. One can simply plug in an external storage device, and copy the files one wishes to backup to it. One can also use some online backup services, such as SpiderOak's online backup. They offer 2 GB free for lifetime.


Are there any developers of backup software headquartered in Anchorage, AK?

Yes 7x Group, LLC and RedHat Enterprise Linux Serve manages the backup softwares


How do you backup Windows XP and install Linux on the Asus Eee PC?

look in your users manual


What do you do when a file is corrupted on Linux?

If you have a backup of the file. restore it. Otherwise, you'll probably just have to delete it.