免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1046 | 回复: 0
打印 上一主题 下一主题

Linux文件压缩&备份 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-08-24 19:46 |只看该作者 |倒序浏览

                mt,dump,restore,dd.......
dd
# dd if=/dev/sda1 of=rh.lnx bs=512 count=1
# dd if=/dev/zero of=zero_file bs=1024 count=1024
$ dd if=/dev/cdrom of=/tmp/file.iso
$ dd if=temp conv=lcase of=lowcase-temp  把字符转换成小写(lcase)
tar
bzip2 *.bz2
$ tar -jcvf aa.tar.bz2 abc
$ tar -jxvf aa.tar.bz2
$ tar -jxvf aa.tar.bz2 -C ~/dir
gzip *.gz
$ tar -zcvf bb.tar.gz abc
$ tar -zxvf bb.tar.gz
打包:
$ tar -cvf cc.tar abc
追加:
$ tar -rvf cc.tar def
查看
$ tar -tf cc.tar
$ tar -cf /dev/tape file1 file2 将2个file压缩备份到tape
$ tar -xf file123.tar file1 file3 将file1,file2单独解压缩出来
$ tar -f file123.tar --del file2  将file2从压缩包中删除
$ tar -A -f file1.tar file2.tar   添加一个压缩文件到另一个压缩文件
$ tar -cvpf - dir | split -d -b 4k  分卷压缩(每卷4k)
$ ls
x00 x01 x02 x03 x04
.......
$ cat x.* > file.tar  多卷合并
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/47052/showart_1145939.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP