<oracle大型数据库系统在AIX/unix上的实战详解> 集中答疑 41 如何在

 oracle大型数据库系统在AIX/unix上的实战详解 集中答疑 41   文平   在HP-UX上使用 tar 做备份

几位读者用的是HP-UX系统, tar 命令在HP-UX中可以用的地方极多,可以进行系统全备,还可以执行部分备份,几种常见的使用方法如下:

对系统全备份

# tar cvf  /dev/rmt/0m  /

备份某目录

# tar cvf  /dev/rmt/0m  /tmp

文件备份路径改变

# tar cvf  /dev/rmt/0m  -C /tmp  .

# cd  /tmp
# tar cvf  /dev/rmt/0m  ./*

数据的恢复

#  tar xvf  /dev/rmt/0m (磁带上所有数据)
#  tar xvf  /dev/rmt/0m  /tmp ( 恢复目录 /tmp )

磁带数据的查看

# tar tvf  /dev/rmt/0m

oracle大型数据库系统在AIX/unix上的实战详解 集中答疑 41   文平   在HP-UX上使用 tar 做备份

oracle book oracle book

你可能感兴趣的:(oracle,unix,AIX,实战,数据库系统)