|
|
发表于 2006-5-14 10:20:05
|
显示全部楼层
Post by pro21ms4
我在用下面的命令备份系统时:
#tar -zcvfP back.tar.gz / --exclude /mnt --exclude /proc --exclude /dev --exclude /tmp --exclude /a
快完时提示如下,哪位帮看下啊,我刚开始学啊,要不让我折腾几天又坏了,又得重装啊
tar: sys/devices/platform/i8042/power/state: File shrank by 4094 bytes; padding with zeros
tar: sys/devices/platform/i8042/detach_state: File shrank by 4094 bytes; padding with zeros
tar: sys/devices/platform/vesafb0/power/state: File shrank by 4094 bytes; padding with zeros
tar: sys/devices/platform/vesafb0/detach_state: File shrank by 4094 bytes; padding with zeros
tar: sys/devices/platform/power/state: File shrank by 4094 bytes; padding with zeros
tar: sys/devices/platform/detach_state: File shrank by 4094 bytes; padding with zeros
备份系统的时候最好不要使用当前系统,有很多文件是动态生成的,你可以找个 LiveCD 挂上来备份。 |
|