Linux文件备份
1.tar -P是否保留根目录 -t查看压缩文件内容 -N 201401010备份日期以后
[root@localhost /]# tar -zcPf /tar/data2.tar.gz /etc/*.conf
[root@localhost /]# cd tar/
[root@localhost tar]# ll
总计 80
-rw-r--r-- 1 root root 39051 09-08 23:42 data1.tar.gz
-rw-r--r-- 1 root root 39046 09-08 23:43 data2.tar.gz
2.dump -0完全备份
3.restore恢复 -tf查看 -rf恢复
[root@localhost dump]# dump - -f /dump/data1.dump /dev/sda1
DUMP: Date of this level dump: Tue Sep ::
DUMP: Dumping /dev/sda1 (/boot) to /dump/data1.dump
DUMP: Label: /boot
DUMP: Writing Kilobyte records
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated blocks.
DUMP: Volume started with block at: Tue Sep ::
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
DUMP: Closing /dump/data1.dump
DUMP: Volume completed at: Tue Sep ::
DUMP: Volume blocks (.41MB)
DUMP: blocks (.41MB) on volume(s)
DUMP: finished in less than a second
DUMP: Date of this level dump: Tue Sep ::
DUMP: Date this dump completed: Tue Sep ::
DUMP: Average transfer rate: kB/s
DUMP: DUMP IS DONE
[root@localhost dump]#
[root@localhost boot]# restore -tf /dump/data1.dump
Dump date: Tue Sep ::
Dumped from: the epoch
Level dump of /boot on localhost.localdomain:/dev/sda1
Label: /boot
.
./lost+found
./grub
./grub/grub.conf
./grub/splash.xpm.gz
./grub/menu.lst
./grub/device.map
./grub/stage1
./grub/stage2
./grub/e2fs_stage1_5
./grub/fat_stage1_5
./grub/ffs_stage1_5
./grub/iso9660_stage1_5
./grub/jfs_stage1_5
./grub/minix_stage1_5
./grub/reiserfs_stage1_5
./grub/ufs2_stage1_5
./grub/vstafs_stage1_5
./grub/xfs_stage1_5
./initrd-2.6.-.el5.img
./.vmlinuz-2.6.-.el5.hmac
./System.map-2.6.-.el5
./config-2.6.-.el5
./symvers-2.6.-.el5.gz
./vmlinuz-2.6.-.el5
[root@localhost boot]# restore -rf /dump/data1.dump
4.cp命令制作iso文件
[root@localhost boot]# cp /dev/cdrom /dump/linux.iso
[root@localhost boot]#
[root@localhost boot]# mount -o loop /dump/linux.iso /mnt
5.dd命令 -if=输入设备 -of=输出设备
[root@localhost boot]# dd if=/dev/cdrom of=/dump/linux1.iso
[root@localhost boot]# dd if=/dev/sda of=/dev/sdb #常见的硬盘对拷
Linux文件备份的更多相关文章
- 利用FTP将Linux文件备份到Windows
windows:Windows Server 2008 linux: CentOS release 5.5 (Final) 首先在windows上安装好FTP,本人使用的是Windows ...
- linux文件备份到windows方法
目录 背景 方案 过程记录 在windows上创建共享目录 将windows上共享的目录绑定到/mnt目录下 问题处理 背景 需编写部门wiki备份数据脚本.但wiki部署在linux上,而需将备份数 ...
- Linux系统文件压缩与备份(5)
在 Linux 系统选有相当多的压缩命令可以使用,这些压缩指令可以让我们更方便的从网上下载大型文件,本章第一节内容我们就来谈谈这个 Linux 系统下常用的几种压缩格式吧. 谈完了压缩后,我们接着来说 ...
- Linux 驱动开发
linux驱动开发总结(一) 基础性总结 1, linux驱动一般分为3大类: * 字符设备 * 块设备 * 网络设备 2, 开发环境构建: * 交叉工具链构建 * NFS和tftp服务器安装 3, ...
- VERITAS NETBACKUP运维手册(自制)
ps:本文为目录.详情请点如下目录超链接 1 VERITAS NETBACKUP介绍 1.1 NBU基本概念 1.2 配置存储单元 1.3 配置备份策略(Policy) 1.4 配置NetBackup ...
- Linux基本命令(3)文件备份和压缩命令
文件备份和压缩命令 在Linux中,常用的文件压缩工具有gzip.bzip2.zip.bzip2是最理想的压缩工具,它提供了最大限度的压缩.zip兼容性好,Windows也支持. 命令 功能 bzip ...
- xfs文件备份恢复篇一vm中linux新增磁盘
XFS提供了 xfsdump 和 xfsrestore 工具协助备份XFS文件系统中的数据.xfsdump 按inode顺序备份一个XFS文件系统.centos7选择xfs格式作为默认文件系统,而且不 ...
- linux 如何把一个装好的系统做成镜像(文件备份)
linux 如何把一个装好的系统做成镜像(文件备份) 我来答 浏览 11851 次来自电脑网络类芝麻团 2016-01-19 案例1(命令式操作) 像'ghost'那些备份系统,系统出了问题就恢复 ...
- Linux命令 文件备份归档恢复
cp [功能说明] 文件的备份 英文xxxx #cp命令将源文件复制到另外安全的地方,复制的文件和源文件是两个相互独立的文件,对认识一个文件的操作不影响另一个文件,但与符号链接文件中的硬链接是有区别 ...
随机推荐
- linux下nginx安装、配置实战
1什么是Nginx Nginx("enginex")是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器,在高连接并发的情况下Nginx是Apac ...
- (原创)AP6212移植到AM335X自主开发板上
转载请指明出处. 参考<关于AM335X移植SDIO WIFI的简易教程> http://www.deyisupport.com/question_answer/dsp_arm/sitar ...
- Window平台下React Native 开发环境搭建
1. 安装Node.js 2. 安装react-native-cli 命令行工具 npm install -g react-nativew-cli 3. 创建项目 $ react-native ini ...
- 解决yum 不能更新问题 :yum 报错Loaded plugins: fastestmirror, refresh-packagekit, security
2018-07-02 21:43:13 Yum报错 [root@db yum.repos.d]# yum makecache Loaded plugins: fastestmirror, ...
- vim之vundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle,下载到本地 gvim ~/.vimrc set nocompat ...
- HDU 2143 Can you find it?(基础二分)
Can you find it? Time Limit: 10000/3000 MS (Java/Others) Memory Limit: 32768/10000 K (Java/Others ...
- Oracle中 HWM与数据库性能的探讨
链接:http://www.eygle.com/archives/2011/11/oracle_hwm_tuning.html 本文讨论的是oracle中关于table的HWM的内容,主要包括这样几个 ...
- echart改变legend样式及分页
legend: { type: 'scroll', orient: 'horizontal', bottom:0, left:'center', itemGap: 0, itemWidth: 10, ...
- jeesite快速开发平台(二)----环境搭建
转自:https://blog.csdn.net/u011781521/article/details/54880465
- FDQuery sqlserver 临时表
用FDQuery执行创建临时表,查不到临时表,用ADOQuery和BDEQuery均正常,比较发现用ADOQuery执行的时候只有SQL没有调用sql的系统存储过程sp_prepexec. 是fdqu ...