Commands for Copying File Systems
If you want to copy or move individual files, portions of file systems, or
complete file systems, follow the procedures described in this section.
The following table describes the various backup and restore commands that are
available in Oracle Solaris. For enterprise environments, consider using an
enterprise-level backup product.
Table 1 Advantages and Disadvantages of tar, pax, and
cpio Commands
|
|
|
|
tar
|
Copies files and directory subtrees to a single tape.
|
|
-
Is not aware of file system boundaries
-
Length of full path name cannot exceed 255
characters
-
Cannot be used to create multiple tape volumes
|
pax
|
Copies files, special files, or file systems that require
multiple tape volumes. Or, copies files to and from
POSIX-compliant systems.
|
|
Same disadvantages as the tar command,
except that the pax command can create
multiple tape volumes.
|
cpio
|
Copies files, special files, or file systems that require
multiple tape volumes. Or, copies files from systems running
latest Oracle Solaris version to systems running older Oracle Solaris
versions.
|
-
Packs data onto tape more efficiently than the
tar command
-
Skips over any bad spots in a tape when
restoring
-
Provides options for writing files with different
header formats, such as tar,
ustar, crc,
odc, bar, for
portability between different system types
-
Creates multiple tape volumes
|
The command syntax is more difficult than the
tar or pax
commands.
|
|
The following sections describes step-by-step instructions and examples of how to
use these commands.