方法三:恢复某个目录,如目录a下的所有文件:
[root@localhost test]# extundelete /dev/sdb1 --restore-directory a[root@localhost test]#tree RECOVERED_FILES/a/RECOVERED_FILES/a/├── a.txt└── b└── a.txt1 directory, 2 files
方法四:恢复所有的文件
[root@localhost test]# rm -rf RECOVERED_FILES/*[root@localhost test]# extundelete /dev/sdb1 --restore-all[root@localhost test]# ls RECOVERED_FILES/ahostspasswd[root@localhost test]# treeRECOVERED_FILES/RECOVERED_FILES/├── a│ ├── a.txt│ └── b│ └── a.txt├── hosts└── passwd2 directories, 4 files
数据对比
删除前:
[root@localhost ~]# tree /tmp/sdb1/tmp/sdb1├── a│ ├── a.txt│ └── b│ ├── a.txt│ ├── c #空目录│ └── kong.txt #空文件├── hosts├── lost+found└── passwd4 directories, 5 files
恢复后:
[root@localhost test]# treeRECOVERED_FILES/RECOVERED_FILES/├── a│ ├── a.txt│ └── b│ └── a.txt├── hosts└── passwd2 directories, 4 files
extundelete在恢复文件的时候能不能自动创建空文件和目录?
答:不能
推荐阅读
- Linux下几个最实用并且常用的快捷键收藏
- 2小时快速搭建一个高可用的IM系统
- linux服务器开发中网络数据分析与故障排查
- Linux常用的10个性能检测命令!
- 中国新一代卫星电推进系统成功实现在轨验证
- 万能3招,打破Win10系统CPU飙升100%尬局!值得一试!
- Win10系统重置电脑好还是重装系统好?
- 灵活的使用C ++中的反射系统
- linux系统root密码忘记了怎么办
- 高并发秒杀系统架构解密,不是所有的秒杀都是秒杀!