PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment)
Contents Index PreviousNext

Part 3 Global File Services Shared File System> Chapter 24 File System Backing-up and Restoring> 24.5 Restoring using Standard Solaris OE commands

24.5.1 Restoring File by file

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

Extent attributes cannot be copied using cpio(1) or tar(1). Use sfccpio(1) when extent attribute informationTerm may be included in the file to be backed up.

For details on cpio(1) and tar(1), see the "Solaris X Reference Manual Collection" or the online manual.
For details on sfccpio(1), see Appendix F.3.2, "sfccpio(1)."

The following are examples of restoring from a tape.

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

# cd /userdata
# tar xvf /dev/rmt/0

# cd /userdata
# sfccpio -icdm > /dev/rmt/0

Restoring from a backup tape must be performed using the same command that was used to create the backup.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2004