Restoration - PowerPoint PPT Presentation

1 / 8
About This Presentation
Title:

Restoration

Description:

Restoration Focus Question Backup/Restore System Utilities tar backs up files according to a directory hierarchy cpio backs up files that match a given set of ... – PowerPoint PPT presentation

Number of Views:80
Avg rating:3.0/5.0
Slides: 9
Provided by: RichS161
Category:

less

Transcript and Presenter's Notes

Title: Restoration


1
Restoration
2
Focus Question
Compare the ability of various backup/restore
utilities to provide ease of access and secure
storage of your system data.
3
Backup/RestoreSystem Utilities
  • tar backs up files according to a directory
    hierarchy
  • cpio backs up files that match a given set of
    criteria.
  • dump/restore performs multi-level backups of
    file systems.

4
The TAR Command
  • Best used for directory structures within a file
    system.
  • Works well with stdin/stdout and various filters.
  • Create an archivetar cvf archive.tar dir
    dirssh user_at_hostname tar cf dir gt
    archive.tarssh user_at_hostname tar cf dir
    gzipgpg
  • Extract an archivetar xvf archive.tar
    filenamedirnamessh user_at_backuphost cat
    archive.tar tar xvf -

5
The CPIO Comamnd
  • Primary advantage is that it is a filter which
    can receive input from the find command.
  • Create an archivefind cpio vocB O
    devicefilenamefind cpio vocB gzipgpg
    gt backup
  • Extract an archivecpio vicdumB I
    devicefilenamezcat archive.cpio.gz cpio
    -vicdumB

6
Dump and Restore
  • Dump allows incremental backups of entire, single
    file systems
  • Restore offers a browsable index of files in the
    archive and the ability to extract all or
    selected files only.
  • Examplesssh user_at_hostname dump 1uf - /dev/
    gt archive.dmprestore if archive.dmprestore xf
    archive.dmp

7
Review
8
Focus Question
  • Compare the ability of various backup/restore
    utilities to provide ease of access and secure
    storage of your system data.
Write a Comment
User Comments (0)
About PowerShow.com