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 change the rsync line to:
rsync uaHv --delete source/ target
will the files copied using the original line be deleted and replaced with hard links?

Larry

--
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Linux
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to