PRIMECLUSTER Global File Services Configuration and Administration Guide 4.1 (Solaris(TM) 10 Operating System)
Contents Index PreviousNext

Chapter 13 File System Backing-up and Restoring> 13.3 Restoring by Standard Solaris OS commands

13.3.1 File-by-file restoring

Use cpio(1) or tar(1) to restore files from the backup tape to the disk.

For details about cpio(1) and tar(1), see the "Solaris X Reference Manual Collection".

The following describes an example of restoring from a tape.

# cd /userdata <Enter>
# cpio -icdm < /dev/rmt/0 <Enter>

# cd /userdata <Enter>
# tar xvf /dev/rmt/0 <Enter>

Restoring from a backup tape must be performed using the same command that was used for backing-up.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006