hardlinks
Jeremy C. Reed
reed at reedmedia.net
Tue May 8 14:25:44 MST 2007
In addition to tar and pax...
Here's an example of converting hard links to symlinks:
http://cgd.sdf-eu.org/a/scripts/file/hdtosym
(It is too simple maybe since it doesn't search file system.)
Also rsync can handle hard links too.
Maybe build a list of inode# and complete path names of your filesystem.
Then any duplicate inode numbers remove (except the first) and create
symlinks for the pathname pointing to the first.
More information about the PLUG-discuss
mailing list