Can files be changed to hard links?

2007-08-28 Thread Larry Alkoff
I have an rsync cron script that copies one entire hard drive containing hard links to another drive. It does this by selecting the directories to be rsync'ed and copying them one by one. My rsync line is: rsync -uav source/ target and the problem is this would not copy hard links. If I

Re: Can files be changed to hard links?

2007-08-28 Thread Paul Slootman
On Tue 28 Aug 2007, Larry Alkoff wrote: I have an rsync cron script that copies one entire hard drive containing hard links to another drive. It does this by selecting the directories to be rsync'ed and copying them one by one. My rsync line is: rsync -uav source/ target and the