tar.gz 文件坏了,崩溃了,有恢复办法的
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1)首先需要安装 gzrt
例如;
yum list | grep gzrt
yum install gzrt.x86_64
2)运行cpio 看是否安装了,如果没装也要装,最新版本的linux一般都安装了,比如我的就安装了
3)按照下面的例子做恢复
$ ls *.gz
my-corrupted-backup.tar.gz
$ gzrecover my-corrupted-backup.tar.gz
$ ls *.recovered
my-corrupted-backup.tar.recovered
$ cpio -F my-corrupted-backup.tar.recovered -i -v
4)详细参见:http://www.urbanophile.com/arenn/coding/gzrt/gzrt.html
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)