Sunday, May 10, 2009

AIX - Restore

AIX - Restore

Using tar and restore command we can restore the data in server

Using tar command we can restore data to server, this is normal restore

#tar –xvf /dev/rmt0

The tape backup is restored to /data directory.

Using restore command we can restore the data

#restore –xdf /dev/rmt0

The tape data is restored in current directory.

Like this we can restore the data in AIX

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.