Log in Sign up
Back to Discover
💻

Backup

technology Maturity 11-13

A backup is a copy of your work.

DVD, USB flash drive and external hard drive.jpg
DVD, USB flash drive and external hard drive.jpg
It stays in a safe place. This helps if you lose your files. It keeps your things safe. We can use it to fix things. Do you have a backup?
Water running on CD-RW - label side.jpg
Water running on CD-RW - label side.jpg

53 words

A backup is a copy of your files.

DVD, USB flash drive and external hard drive.jpg
DVD, USB flash drive and external hard drive.jpg
You store this copy in a different place. This helps if you lose your work. You can use the copy to fix things.

Some people use a special rule. You should have three copies of your data. Use two different kinds of tools to save them. Keep one copy in a far away place.

Water running on CD-RW - label side.jpg
Water running on CD-RW - label side.jpg

Keeping a copy far away is smart. It stays safe from fire or floods. Some tools, like discs, can even get wet. Other tools, like hard drives, might break if dropped. A good backup keeps your digital life safe.

116 words

A backup is a copy of your computer data. You store it in a different place. This helps you restore your files if you lose them. You might lose data if you delete it by mistake. Data can also become broken or lost.

DVD, USB flash drive and external hard drive.jpg
DVD, USB flash drive and external hard drive.jpg

Some experts use the 3-2-1 rule. This rule helps keep data safe. First, you should have at least 3 copies of your data. Second, use 2 different types of storage media. For example, you could use a hard drive and a disc. This helps if one type of tool fails. Third, keep 1 copy in a remote location. This is a place far away from your main computer. An offsite copy protects you from fire or floods.

Water running on CD-RW - label side.jpg
Water running on CD-RW - label side.jpg

There are many ways to make copies. An incremental backup only saves data that changed since the last time. A full backup saves everything at once. Some systems use continuous data protection. This saves a copy of every single change instantly. This is a very advanced way to protect data.

185 words

A backup is a copy of computer data stored in a different place. This helps people restore their original files after a data loss event. You might lose data if you delete it or if the data becomes broken.

DVD, USB flash drive and external hard drive.jpg
DVD, USB flash drive and external hard drive.jpg
Backups are a simple way to help with IT disaster recovery. However, not every system can rebuild a whole computer cluster or a database server. A good backup system must contain at least one copy of all the data worth saving. This can require a huge amount of storage space.

There are many ways that data is copied and saved. An incremental backup only saves the data that has changed since a certain time. A full backup saves everything at once to act as a starting point. Some systems use continuous data protection, which is also called CDP. This advanced method saves a copy of every single change instantly. This allows a person to restore data to any specific point in time. Another way is a differential backup, which saves all changes since the last full backup.

Water running on CD-RW - label side.jpg
Water running on CD-RW - label side.jpg

Experts often use a special system called the 3-2-1 rule. This rule says you should have at least 3 copies of your data. You should also use 2 different types of storage media. This helps if one type of tool fails for a specific reason. Finally, you must keep 1 copy in a remote location. This offsite copy protects your data from fire, theft, or natural disasters like floods. Keeping a copy far away ensures that a disaster at your main site will not destroy everything.

Different tools are used to hold these copies. Magnetic tape was once the most common way to store large amounts of data. It is very fast for reading and writing data in a row. Hard disks are also popular because they are cheap and easy to use. Some hard drives even have shock sensors to help them survive being dropped.

DVD, USB flash drive and external hard drive.jpg
DVD, USB flash drive and external hard drive.jpg
Optical storage uses lasers to read and write data on discs. These discs are not vulnerable to water, so they might survive a flood.

Understanding backups helps you see how we protect our digital lives. You can think of a backup like a spare key for a house. If you lose your main key, the spare lets you get back inside. Using different media is like having a key and a code for a door. If one fails, you still have the other.

Water running on CD-RW - label side.jpg
Water running on CD-RW - label side.jpg
Whether using a DVD, a USB drive, or a cloud service, backups keep our information safe.

451 words

In information technology, a backup is a copy of computer data stored in a separate location. This process allows users to restore original files after a data loss event occurs. Data loss can happen through accidental deletion or through data corruption. Backups serve as a fundamental method for IT disaster recovery. However, not all backup systems are powerful enough to reconstitute complex configurations. These complex systems might include a computer cluster, a database server, or an active directory server. A complete backup system must contain at least one copy of every piece of data deemed worth saving.

DVD, USB flash drive and external hard drive.jpg
DVD, USB flash drive and external hard drive.jpg

To manage these copies, organizations use an information repository. This is a secondary storage space that gathers all the various data sources. A repository can be very simple, such as a list of all backup media and their creation dates. More advanced repositories use a computerized index, a catalog, or a relational database to track information. The process of creating a backup involves selecting, extracting, and manipulating data for storage. This often includes technical methods like compression to save space or encryption to keep data secure. Some systems even use de-duplication to avoid saving the same data twice. To ensure reliability, many schemes include dry runs to validate that the data is actually usable.

Experts often follow the 3-2-1 backup rule to ensure maximum safety. This rule suggests maintaining at least 3 copies of your data. These copies should be stored on 2 different types of storage media. Finally, at least 1 copy should be kept in an offsite or remote location. Using different media helps prevent loss from specific technical failures. For example, optical discs might survive being underwater, while LTO tapes might not. Similarly, solid-state drives (SSDs) do not have moving parts, so they cannot fail due to head crashes like hard drives. An offsite copy, which can include cloud storage, protects against physical threats like fire, theft, or natural disasters like earthquakes and floods.

There are several distinct methods for performing backups. A full backup creates a complete copy of all source data at a specific point in time. This is often used to create system images, which record known good configurations for computer technicians. An incremental backup is different because it only stores data that has changed since a specific reference point. To restore data from an incremental system, you must start with the last full backup and then apply every incremental backup in order. A differential backup also saves changed data, but it saves everything changed since the last full backup. This means you only need two backups—the last full one and the most recent differential one—to perform a restore.

More advanced methods provide even tighter protection. Continuous Data Protection, or CDP, instantly saves a copy of every single change made to the data. This allows a user to restore data to almost any specific point in time. Many commercial applications use "Near-CDP," which takes incremental backups at set intervals, such as every 15 minutes or every 24 hours. These systems often use journaling and snapshots, which are read-only copies of data frozen at a specific moment. Another method is the reverse incremental backup. This method maintains a recent mirror of the source data and stores the differences between the current mirror and previous states. This can be done using binary diffs or hard links, a method used by Apple Time Machine.

Different types of physical media are used as backup destinations. Magnetic tape was once the most common medium for bulk data storage. It is a sequential access medium, meaning it is very fast at reading or writing data in a continuous stream. While the media itself is inexpensive, the tape drives can be dozens of times more expensive than hard disk drives. By 2014, LTO had become the primary technology for tape. Hard disks are also widely used because they are cheap and provide quick access to data. Some modern portable hard drives use accelerometer technology, or shock sensors, to help them survive being dropped.

Water running on CD-RW - label side.jpg
Water running on CD-RW - label side.jpg

Optical storage, such as CDs, DVDs, and Blu-ray Discs, uses lasers to read and retrieve data. These discs are generally cheaper and have lower capacities than hard disks or tapes. One major advantage of optical storage is that it is not vulnerable to water. This makes optical discs a strong choice for surviving a flood disaster. However, users must watch for media degradation over time. This can be predicted by measuring the rate of correctable minor data errors. If these errors increase consecutively, the risk of uncorrectable sectors grows. Understanding these various tools and methods helps ensure that digital information remains safe and recoverable.

788 words
🖼️ Images & Media (2)
File:DVD, USB flash drive and external hard drive.jpg
DVD, USB flash drive and external hard drive.jpg
File:Water running on CD-RW - label side.jpg
Water running on CD-RW - label side.jpg
Up Next
💻
Archive file
Technology
More to explore

🔬 Go deeper

More advanced topics to explore

🪜 Step back

Simpler topics to build understanding

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.