|
发表于 2004-4-8 11:04:26
|
显示全部楼层
用tar做备份会不会有问题呢?
Debian参考手册
8.3.3 tar
Tar overcame some of the problems that cp had with symbolic links.
However, although cpio handles special files, traditional tar
doesn't.
tar's way of handling multiple hard links to a file places only one
copy of the link on the tape, but the name attached to that copy is
the only one you can use to retrieve the file; cpio's way puts one
copy for every link, but you can retrieve it using any of the names. |
|