Difference between revisions of "Back-up"

From WLCS
(Technical Definition)
m (Reverted edits by Ysukivewug (talk) to last revision by PaulClayberg)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
=Backup=
 
=Backup=
 
===Technical Definition===
 
===Technical Definition===
'''Backup''' (or '''back-up''') is a way of [[Memory|copying files]] to one or more places (independent of the normal [[Storage|file system]])  to avoid loss of [[data]] in case of a [http://en.wikipedia.org/wiki/Nuclear_Meltdown mass failure] or system crash.
+
'''Backup''' (or '''back-up''') is a way of [[Memory|copying files]] to one or more places (independent of the normal [[Storage|file system]])  to avoid loss of [[data]] in case of a [http://en.wikipedia.org/wiki/Nuclear_meltdown mass failure] or system crash.
  
 
===In Layman's Terms===
 
===In Layman's Terms===

Latest revision as of 13:44, 29 November 2010

Backup

Technical Definition

Backup (or back-up) is a way of copying files to one or more places (independent of the normal file system) to avoid loss of data in case of a mass failure or system crash.

In Layman's Terms

Backup are copies of important files that are saved elsewhere, so in case everything breaks you still have your files.

Examples

RAID

RAID stands for Recursive Array of Independant Disks, and involves copying saved files to multiple disks so that, in the event that one fails, another still has a copy of the file. RAID is popular because servers can implement many disks, and having more disks implemented means the data storage is more reliable.