UNIX Power Tools

UNIX Power ToolsSearch this book
Previous: 19.9 A System V Tape Archiver: cpio Chapter 20Next: 20.2 Make Your Own Backups
 

20. Backing Up Files

Contents:
tar in a Nutshell
Make Your Own Backups
How to Make Backups with a Local Tape Drive
Restoring Files from Tape with tar
Using tar to a Remote Tape Drive
Writing a Tape Drive on a Remote Machine
Creating a Timestamp File for Selective Backups
Telling tar Which Files to Exclude or Include
When a Program Doesn't Understand Wildcards
Avoid Absolute Paths with tar
Getting tar's Arguments in the Right Order
Protecting Files with SCCS or RCS
SCCS Basics
RCS Basics
List RCS Revision Numbers with rcsrevs

20.1 tar in a Nutshell

When many UNIX users think of file archives, on tape or in an archive file, they think of the tar utility. There are other ways to make archives and handle tapes - including cpio (19.9), shar (19.2), and dd (20.6). This article summarizes articles about tar-in this chapter and others.

- JP


Previous: 19.9 A System V Tape Archiver: cpio UNIX Power ToolsNext: 20.2 Make Your Own Backups
19.9 A System V Tape Archiver: cpio Book Index20.2 Make Your Own Backups

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System