man tar User Commands tar(1) NAME tar - create tape archives and add or extract files SYNOPSIS tar c[BDeEFhilnopPqTvw@[0-7]][bf k ][X...] [blocksize] [tarfile] [ size ] [exclude-file]... {file | -I include-file | -C directory file}... tar r[BDeEFhilnqTvw@[0-7]][bf k ] [blocksize] [tarfile] ...
by rollingpig - 存储备份 - 2008-12-11 15:10:07 阅读(2224) 回复(3)
170服务器 系统aix5.3 连接ibm lto2 fc磁带机 fc卡的信息(不知道需要不需要这个信息): # lsdev -Cc adapter | grep fcs fcs0 Available 20-60 FC Adapter # lscfg -vpl fcs0 fcs0 P1-I2/Q1 FC Adapter Part Number.................80P3388 EC Level....................A Serial Number...............1A25101735 Manufacturer................001A Feature ...
对磁带机tar命令不是很熟悉,想问下。我分别tar了3个文件, 但是tar tvf看的时候只能看到最后一个文件,请问有什么办法可以看到前2个tar上去的文件吗。还是tar cvf已经把前面的文件覆盖的了 我没有搞明白。 bash-2.05# tar cvf /dev/rmt/0 111 a 111 0 tape blocks bash-2.05# tar cvf /dev/rmt/0 123 a 123 0 tape blocks bash-2.05# tar cvf /dev/rmt/0 178 a 178/ 0 tape blocks bash-2.05# tar tvf /dev/rmt/0 drwxr-xr-...
IBM 3490E磁带机 tar命令报错 一、错误信息 tar -cvpf /dev/st0 admin.tar admin.tar tar: /dev/st0: Wrote only 0 of 10240 bytes tar: Error is not recoverable: exiting now 二、状态信息 mt -f /dev/st0 status SCSI 2 tape drive: File number=0, block number=0, partition=0. Tape block size 0 bytes. Density code 0x28 (Exabyte Mammoth-2). Soft error count since last status=0 General status bits on (41010000):...
tar 和gzip 可以同时用在磁带机上吗? tar 和gzip 可以同时用在磁带机上吗? tar cvf /dev/rmt/0 时是否支持压缩。我记得原来70G的数据文件是可以tar进40G的磁带的,现在80 G不行了。不知道是否可以和gzip结合起来使用
我从磁带机中tar文件 tar xvf /dev/rmt0 ./store/file 当我在/store目录下看到file文件时,应该是已经tar成功了。 但是上面的tar xvf /dev/rmt0 ./store/file 命令还没终止,要稍待片刻才结束。 是不是这个片刻,是磁带机需要恢复状态?
在p520上备份时出现如下错误,用的是自带的磁带机。OS:5300_03 tar :0511-195 an error occurred while writing to the storage media. :the media surface is damaged. 但此磁带在p550上使用又没问题,大家看看是什么原因,谢谢。 [ 本帖最后由 lenky 于 2005-12-29 16:43 编辑 ]
备份服务器为IBM AIX,往带库的没一个驱动器上运行tar cvf /dev/rmt*.1 /etc,能够tar上,很顺利,但是我在用 tar tvf /dev/rmt*.1查看tar在磁带上的数据时老是报: tar: 0511-193 An error occurred while reading from the media. There is an input or output error. 可是当我把刚用A驱动器tar的磁带放到B驱动器运行tar tvf /dev/rmt*.1时,又能够读出磁带上的数据,都是每次用写数据的驱动器读不出来,报以上错误,换了别的驱动...
我的SUN blade1000,我确定没有磁带机, 可是我今天运行 tar cv / 居然刷刷的往下走了 当时吓了我一跳, 我以为那个文件又被我覆盖了呢 因为曾经我因为 tar cvf /XXX 忘记输入了用户名覆盖了原来的数据 犯了大错啊,请问大虾,我这个是咋回事啊? 而且 tar cvf /dev/rmt/0 也可以 甚至可以 tar xv 恢复到硬盘上 奇怪ing