Guide to Linux Installation and Administration, 2e1 Chapter 13 Backing Up System Data.

Slides:



Advertisements
Similar presentations
By Rashid Khan Lesson 6-A Place for Everything: Storage Management.
Advertisements

Storage Devices.
Types Of Storage Device
Networking Essentials Lab 3 & 4 Review. If you have configured an event log retention setting to Do Not Overwrite Events (Clear Log Manually), what happens.
Backing up and Archiving Data Chapter 1. Introduction This presentation covers the following: – What is backing up – What is archiving – Why are both.
Backing Up Your Computer Hard Drive Lou Koch June 27, 2006.
Storage Devices and Media The Kingsway School. Backing Storage Backing storage is used to keep data or programs. Different circumstances require different.
11 BACKING UP AND RESTORING DATA Chapter 4. Chapter 4: BACKING UP AND RESTORING DATA2 CHAPTER OVERVIEW Describe the various types of hardware used to.
Backups Rob Limbaugh March 2, Agenda  Explain of a Backup and purpose  Habits  Discuss Types  Risk/Scope  Disasters and Recovery.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Chapter 12 File Management Systems
Linux+ Guide to Linux Certification Chapter 12 Compression, System Backup, and Software Installation.
Intermediate GNVQ ICT Backing Storage Backing storage is used to store programs and data when they are not being used or when a computer is switched off.
Linux+ Guide to Linux Certification, Third Edition Chapter 11 Compression, System Backup, and Software Installation.
Storage Devices and Media
Backup & Restore The purpose of backup is to protect data from loss. The purpose of restore is to recover data that is temporarily unavailable due to some.
Document Backup I & II Nasouh Keilani Computer Technician.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Windows Server 2003 資料備份與還原 林寶森
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 14: Problem Recovery.
1 Chapter Overview Backing Up Your Network Backing Up and Restoring Active Directory.
Storage INFO 1. Key areas File Compression Types of Storage –Internal/External, Magnetic Storage, Hard Disks, Floppy, Optical Storage, Flash Memory, Online.
Backup Strategy. Backup strategy Backup copy is a second copy saved to another location, usually on a backup device e.g. USB stick.Backup copy is a second.
1 Introducing Windows Backup There are different methods for starting Windows 2000 Backup. Requirements for running Windows 2000 Backup All users can back.
Advanced Topics 8/24/ Objectives In this chapter, – covers some areas that help you effectively design, maintain, and perform some of the more basic.
Chapter 11 Compression, System Backup, and Software Installation.
LAN / WAN Business Proposal. What is a LAN or WAN? A LAN is a Local Area Network it usually connects all computers in one building or several building.
Linux+ Guide to Linux Certification
Offline File Storage. Module 12 Offline File Storage ♦ Introduction Backup is usually done by first collecting all the data in a single archive file,
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
1 Chapter 12 File Management Systems. 2 Systems Architecture Chapter 12.
Guide to Linux Installation and Administration, 2e 1 Chapter 9 Preparing for Emergencies.
BACKUP & RESTORE The purpose of backup is to protect data from loss. The purpose of restore is to recover data that is temporarily unavailable due to some.
Section 15.1 Identify Webmastering tasks Identify Web server maintenance techniques Describe the importance of backups Section 15.2 Identify guidelines.
Guide to Linux Installation and Administration, 2e1 Chapter 8 Basic Administration Tasks.
Chapter 4 Solving Data Backup Challenges Prepared by: Khurram N. Shamsi.
INFO1 – Practical problem solving in the digital world
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Chapter 18: Windows Server 2008 R2 and Active Directory Backup and Maintenance BAI617.
Chapter 8 Implementing Disaster Recovery and High Availability Hands-On Virtual Computing.
Linux Operations and Administration
Module 12: Managing Disaster Recovery. Overview Preparing for Disaster Recovery Backing Up Data Scheduling Backup Jobs Restoring Data Configuring Shadow.
1 Maintain System Integrity Maintain Equipment and Consumables ICAS2017B_ICAU2007B Using Computer Operating system ICAU2231B Caring for Technology Backup.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
Linux+ Guide to Linux Certification Chapter Thirteen Compression, System Back-Up, and Software Installation.
Guide to Linux Installation and Administration, 2e1 Chapter 10 Managing System Resources.
Managing Disks and Drives Chapter 13 powered by dj.
Guide to Linux Installation and Administration, 2e1 Chapter 7 The Role of the System Administrator.
Mark A. Magumba Storage Management. What is storage An electronic place where computer may store data and instructions for retrieval The objective of.
Overview of Physical Storage Media
11 DISASTER RECOVERY Chapter 13. Chapter 13: DISASTER RECOVERY2 OVERVIEW  Back up server data using the Backup utility and the Ntbackup command  Restore.
Troubleshooting and Performance
Backup & Restore The purpose of backup is to protect data from loss. The purpose of restore is to recover data that is temporarily unavailable due to some.
Backups CSCI N321 – System and Network Administration Copyright © 2000, 2011 by Scott Orr and the Trustees of Indiana University.
XP Practical PC, 3e Chapter 6 1 Protecting Your Files.
Cosc 4750 Backups Why Backup? In case of failure In case of loss of files –User and system files Because you will regret it, if you don’t. –DUMB = Disasters.
Linux+ Guide to Linux Certification Chapter Six Linux Filesystem Administration.
Understanding Backup and Recovery Methods Lesson 8.
IT1001 – Personal Computer Hardware & system Operations Week7- Introduction to backup & restore tools Introduction to user account with access rights.
Filesystem Management and Backups. 2 Section Overview Devices and Files Filesystem Management Network Filesystems Backups.
CMPF124 Personal Productivity with Information Technology Chapter 2 – Part 3 Introduction To Windows Operating Systems Windows Accessories CMPF 112 : COMPUTING.
Materi configure & building kernels System And Kernel Management The Complete Guide to Linux System Administration Chapter 13.
Filesystem Management and Backups
AS ICT Module 2 Objectives: Security of Data
Guide to Linux Installation and Administration, 2e
Backing up a Hard Disk Windows XP Tutorial 6.
Chapter III, Desktop Imaging Systems and Issues: Lesson II Storing Image Data
File Managements.
5 Backing Storage Backing storage is used to store programs and data when they are not being used or when a computer is switched off. When programs and.
Presentation transcript:

Guide to Linux Installation and Administration, 2e1 Chapter 13 Backing Up System Data

Guide to Linux Installation and Administration, 2e2 Objectives In this chapter, you will: Understand data backup strategies Describe hardware and software used to back up Linux systems Use popular backup utilities such as tar, cpio, and graphical backup utilities

Guide to Linux Installation and Administration, 2e3 Understanding Backup Strategies A backup is a copy of data on a computer system A backup plan is a written document that outlines when, how, and why various files will be backed up, stored, and restored Backup media is the item that holds backed-up data To restore data is to copy it from backup media back to the file system where that data is normally used, and from which it was lost

Guide to Linux Installation and Administration, 2e4 Asking Initial Questions What files should be backed up? Who will back up files? Where are files located? How should backups be performed? Must you be able to restore data within a specific period of time?

Guide to Linux Installation and Administration, 2e5 Determining the Value of Data A backup strategy should be based on the value of the data you are backing up The dollar value and time sensitivity of the data stored on your Linux systems determines how much expense you can justify in creating a backup plan The value of data includes several factors beyond the money paid to an employee to create the data

Guide to Linux Installation and Administration, 2e6 Determining When to Back up Data You can select a strategy based on how often data on your system changes and how valuable or critical each incremental piece of data is User data, log files, and archives change daily and are normally the focus of frequent backups

Guide to Linux Installation and Administration, 2e7 A Linux Backup Strategy A Linux backup strategy is based on the standard three-level backup method A multilevel backup system provides a reasonable trade-off between convenience and low cost on one side, and protecting data on the other

Guide to Linux Installation and Administration, 2e8 Using Backup Levels A backup level defines how much data is to be backed up in comparison with another backup level Level 0 is a full backup A level 1 backup might be done once per week A level 2 backup could then be done each day Storing only files that have changed since a full backup is called an incremental backup

Guide to Linux Installation and Administration, 2e9 Backup Levels

Guide to Linux Installation and Administration, 2e10 Restoring a File from a Three-Level Backup To locate a file you should follow the steps: –Check the most recent level 2 backup –Check the most recent level 1 backup –Check the most recent level 0 backup

Guide to Linux Installation and Administration, 2e11 Restoring Data from a Three-Level Set of Backup Media

Guide to Linux Installation and Administration, 2e12 Managing and Storing Backup Media You must determine how many backup media you will need (disks, tapes, cartridges) for each level The strategy for off-site storage depends on how critical data

Guide to Linux Installation and Administration, 2e13 Multiple Tapes Used for a Three-Level Backup Plan

Guide to Linux Installation and Administration, 2e14 Backing Up the Root File System Back up the root file system Prepare to restore critical applications Back up files: –The kernel modules –Configuration files –File indexes

Guide to Linux Installation and Administration, 2e15 Hardware and Software Issues Linux includes all the necessary software utilities for many backup tasks Many different hardware devices are available for backing up data

Guide to Linux Installation and Administration, 2e16 Choosing Backup Media Storage space is measured according to its cost per megabyte or per gigabyte You normally have multiple copies of the data on your system, backed up at different times

Guide to Linux Installation and Administration, 2e17 Magnetic Media There are several types of magnetic media for backing up data: –RAID hard disks –Floppy disks –Removable magnetic media –Removable hard disks

Guide to Linux Installation and Administration, 2e18 Optical Media Optical media include: –CDs –DVD-RAM disks Standard CDs are a valuable method of exchanging data with suppliers and also of easily creating data archives

Guide to Linux Installation and Administration, 2e19 Tape Cartridges Tape cartridges continue to be the most popular and cost-effective backup media for most larger systems A jukebox is a backup device that holds multiple backup media (usually multiple tape cartridges) and can switch between them Tape drives are available in a variety of formats, each offering a different combination of cost, reliability, and data capacity

Guide to Linux Installation and Administration, 2e20 The Helical Scan Method is Used on 4mm and 8mm Tapes

Guide to Linux Installation and Administration, 2e21 Comparing Devices Different backup devices vary in speed, storage capacity, technologies used, availability, and cost, among other factors Legacy systems -computer systems that an organization already owns Many device specifications include the mean time between failures (MTBF)

Guide to Linux Installation and Administration, 2e22 Verification, Permissions, and Compression Backups should be verified regularly to be certain that data is recoverable from the backup media Verification includes following steps: –Pick a randomly selected backup file –Check the file listing on the tape by querying for the contents of the backup media –Restore a randomly selected file to the /tmp directory of your Linux system and compare with the original file

Guide to Linux Installation and Administration, 2e23 Verification, Permissions, and Compression File permissions must be part of a valid backup in order to avoid problems when files are restored Compression is commonly used when backing up data Compression increases vulnerability in case of corrupted data

Guide to Linux Installation and Administration, 2e24 Using Linux Backup Utilities The tar and cpio command-line utilities are commonly used for simple backups on every Linux system Popular commercial backup utilities include features: –Tracking tapes –Keeping online indexes of each backup –Automating schedules for unattended backup

Guide to Linux Installation and Administration, 2e25 Using tar and cpio Both tar and cpio can create archive files tar and cpio can create an archive directly on a tape cartridge or other backup device without first creating a file on your hard disk The tar command writes data to a filename or device that you provide The cpio command always writes data back to STDOUT The cpio and tar utilities are used in conjunction with the find command

Guide to Linux Installation and Administration, 2e26 Other Backup Utilities Many free and commercial utilities are available to help system administrators manage their backup strategy Most of these are graphical applications and include facilities for network-wide backup, managing large sets of backup media, and verifying or restoring files from backup media

Guide to Linux Installation and Administration, 2e27 Other Backup Utilities The kdat Tape Back-up Tool provides the following features: –Back up and restore files –Verify tape contents –Manage mounting/unmounting tape cartridges –Manage tape indexes –Format tapes

Guide to Linux Installation and Administration, 2e28 Other Backup Utilities Linux backup utilities are: –BRU –Arkeia –Storix –Hypertape –Replcator –AMANDA –Legato

Guide to Linux Installation and Administration, 2e29 The kdat Utility in KDE

Guide to Linux Installation and Administration, 2e30 Setting Preferences in kdat

Guide to Linux Installation and Administration, 2e31 The Arkeia Commercial Backup Program

Guide to Linux Installation and Administration, 2e32 Summary A backup plan helps a system administrator create an orderly system for backing up Linux data on a regular basis and restoring lost data as needed The dollar value and time sensitivity of the data determine the backup strategy A three-level backup method is commonly used All data is backed up monthly (level 0), and changed files are backed up weekly (level 1) and daily (level 2) Backing up the root file system and preparing to restore critical applications are parts of a backup plan that may require special attention

Guide to Linux Installation and Administration, 2e33 Summary Magnetic and optical backup media are available, but tape cartridges continue to be the most popular and cost-effective backup media for most larger systems Backups should be verified regularly to be certain that data is recoverable from the backup media Backup systems vary in speed, storage capacity, technologies used, availability, and cost The tar and cpio are commonly used command- line backup utilities on Linux system Free and commercial graphical utilities are available to help system administrators manage their backup strategy