|
|
我在用下面的命令备份系统时:
#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 |
|