System Administration Guide, Volume I

Commands for Copying File Systems

When you need to back up and restore complete file systems, use the ufsdump and ufsrestore commands described in Chapter 36, The ufsdump and ufsrestore Commands (Reference). When you want to copy or move individual files, portions of file systems, or complete file systems, you can use the procedures described in this chapter as an alternative to ufsdump and ufsrestore.

Table 37-1 describes when to use the various backup commands.

Table 37-1 When to Use Various Backup Commands

If You Want To ... 

Then Use ... 

Reference 

Back up file systems to tape 

ufsdump(1M)

"How to Do Backups to Tape"

Restore file systems from tape 

ufsrestore(1M)

"How to Restore a Complete File System"

Transport files to other systems 

pax(1), tar(1), or cpio(1)

"Copying Files and File Systems to Tape"

Copy files or file systems between disks 

dd(1M)

"How to Clone a Disk (dd)"

Copy files to diskette 

tar(1)

"How to Copy Files to a Single Formatted Diskette (tar)"

Table 37-2 describe various backup and restore commands.

Table 37-2 Summary of Various Backup Commands

Command Name 

Aware of File System Boundaries? 

Support Multi-Volume Backups? 

Physical or Logical Copy? 

volcopy

Yes 

Yes 

Physical 

tar

No 

No 

Logical 

cpio

No 

Yes 

Logical 

pax

Yes 

Yes 

Logical 

dd

Yes 

No 

Physical 

ufsdump/ufsrestore

Yes 

Yes 

Logical 

The following sections describe the advantages and disadvantages of each method and provide examples of how to use the commands.