Brock Wolfe wrote:
Well after more digging found that the files not included in tar archive were tied to hard links. Displayed by find command:
find . -type f \! -links 1 -prinff "%i %n %p\n" | sort -n
Now I need a solution to cloning a partition that clones hard links correctly.
- tried drivecopy ( died on CRC error ) - dd incorrectly writes one less sector than read on partions with odd numbered sectors
Brock Wolfe ___________________________________________________________________
Saw a demo last month of the rsync command. You may want to look into it. Later Mike -- +----------------------------------------------------------------------+ | Digital Civilization magazine: http://www.digitalcivilization.ca | | http://members.shaw.ca/pfaiffer = Mike Pfaiffer (B.A., B.Sc.) | | See my web page before you think about spamming me. I charge cash. | +----------------------------------------------------------------------+ ----- BEGIN GEEK CODE BLOCK ----- Version: 3.12 GCS/G/IT/PA/SS d s+:- a? C++ UL L++ W++ N++ o+ K- w(---) O+@ M++@ V PS+ PE !PGP t+ 5+ X R tv b+ DI+++ D++ G e++* h! r-- !y-- UF++ ------ END GEEK CODE BLOCK ------