在通用的linux系统中
我们常常使用dump restore命令进行分区或者文件的备份
如果我们在使用上述命令的时候发现如下报错
Bad magic number in super-block while opening filesystem
我们可以使用df -Th去查看分区的命令
我们会发现分区是使用的默认分区xfs
这种情况下 我们可以使用如下命令进行备份或者恢复
XFS file system backup and restoration involve these utilities:
xfsdump
for creating the backup
xfsrestore
for restoring from backup
如下是使用上述命令执行结果,成功进行备份。
附上redhat链接 需要拥有redhat账号可登陆访问
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_administration_guide/xfsbackuprestore